]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3969 Replace "Previous" by "First" in the pagination footer
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 22 Nov 2012 10:45:42 +0000 (11:45 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 22 Nov 2012 10:46:40 +0000 (11:46 +0100)
=> This bug was on the filter page

sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb

index cfcb9f39d9843e9acccd6f531ca72be58f4a06ce..802781116e22d9ecb9a58b43476184d5932d1b90 100644 (file)
@@ -59,7 +59,7 @@
         %>
           |
           <% if max_pages > 20 && start_page > 1 %>
-            <%= goto_page message('paging_previous'), filter, update_id, :page_id => 1 %>
+            <%= goto_page message('paging_first'), filter, update_id, :page_id => 1 %>
           <% end %>
 
           <% if current_page>start_page %>