From: Julien Lancelot Date: Thu, 22 Nov 2012 17:24:40 +0000 (+0100) Subject: SONAR-3936 update footer pagination in order to be more "google" like X-Git-Tag: 3.4~294 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=989dcbac602c44620130bcf99d8fab2e1aa7dafe;p=sonarqube.git SONAR-3936 update footer pagination in order to be more "google" like --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb index 8ad6dda5d6a..9d3e2e7805e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb @@ -107,6 +107,9 @@ <%= message('name') -%> [<%= link_to_function(message('rules_configuration.expand'), "expand_rules()") %> / <%= link_to_function(message('rules_configuration.collapse'), "collapse_rules()") %>] + +<%= render :partial => 'utils/tfoot_pagination', :locals => {:pagination => @pagination, :colspan => 2} %> + <% if @current_rules.empty? %> <%= message('no_results') -%>. @@ -123,7 +126,6 @@ <% end %> -<%= render :partial => 'utils/tfoot_pagination', :locals => {:pagination => @pagination, :colspan => 2} %>