]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_paging_nav.html.erb
Present links at the bottom of data browser pages in a consistent way
[rails.git] / app / views / browse / _paging_nav.html.erb
index 30e23b7dd5ed6c01e953d85c6739dff3518e111e..f0342403e2cfdf992fe0aea828ce471f0ad7f2d1 100644 (file)
@@ -9,7 +9,7 @@ end %>
 <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
 
 <% if pages.page_count > 1 %>
-| <%= pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
+| <%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
 <% end %>
 </td>
 </tr>