]> git.openstreetmap.org Git - rails.git/commitdiff
Don't escape the user pagination links
authorTom Hughes <tom@compton.nu>
Tue, 21 Feb 2012 17:01:53 +0000 (17:01 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Feb 2012 17:01:53 +0000 (17:01 +0000)
app/views/user/list.html.erb

index c19c0ac6c52544cbaf766f5bca37869446669ae1..398debe1eed046cfb0ccd9d706f76eb4ef75fe4a 100644 (file)
@@ -18,7 +18,7 @@
               :count => @user_pages.current_page.last_item - @user_pages.current_page.first_item + 1
           %>
           <% if @user_pages.page_count > 1 %>
-          | <%= pagination_links_each(@user_pages, {}) { |n| link_to n, params.merge(:page => n) } %>
+          | <%= raw pagination_links_each(@user_pages, {}) { |n| link_to n, params.merge(:page => n) } %>
           <% end %>
         </td>
         <td>