Prevent people pagination links on tag pages from breaking lines

This commit is contained in:
Raphael Sofaer 2011-07-12 17:21:02 -07:00
parent df5177a50d
commit 0fae31dacf

View file

@ -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'}