Skip to content

Commit

Permalink
Fixed pagination for log items on dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoka committed Jul 8, 2010
1 parent 251b892 commit 62d5dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
- else
%p There are no logs.

= will_paginate @logs, :previous_label => '← Newer', :next_label => 'Older →'
= will_paginate @logs, :previous_label => '←', :next_label => '→', :inner_window => 1, :outer_window => 0

0 comments on commit 62d5dd1

Please sign in to comment.