Skip to content

Commit

Permalink
Fix #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Feb 3, 2014
1 parent 042bb35 commit a8a84b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/inc/pager.html
Expand Up @@ -12,7 +12,7 @@
</li>
<%- END %>
<li<% UNLESS pager.next_page %> class="disabled"<% END %>>
<a href="<% c.req.uri_with( p = pager.previous_page ) %>">»</a>
<a href="<% c.req.uri_with( p = pager.next_page ) %>">»</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit a8a84b5

Please sign in to comment.