Prevent people pagination links on tag pages from breaking lines
This commit is contained in:
parent
df5177a50d
commit
0fae31dacf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue