From 0fae31dacf12bcbf56f77a687165df39d362d452 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer <raphael@joindiaspora.com> Date: Tue, 12 Jul 2011 17:21:02 -0700 Subject: [PATCH] Prevent people pagination links on tag pages from breaking lines --- app/views/people/_index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/_index.html.haml b/app/views/people/_index.html.haml index 72df7e017f..3b2c4ddb8a 100644 --- a/app/views/people/_index.html.haml +++ b/app/views/people/_index.html.haml @@ -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'} -- GitLab