Skip to content

Commit

Permalink
Prevent people pagination links on tag pages from breaking lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Jul 13, 2011
1 parent df5177a commit 0fae31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/_index.html.haml
Expand Up @@ -10,4 +10,4 @@
%span.from
=person_link(person, :class => "hovercardable")

= will_paginate people, :params => {:controller => 'people', :action => 'tag_index'}
= will_paginate people, :inner_window => 3, :params => {:controller => 'people', :action => 'tag_index'}

0 comments on commit 0fae31d

Please sign in to comment.