Mark the generated list of page links as raw
This commit is contained in:
parent
e5c8dc9c77
commit
3f9fdb122c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ end %>
|
||||||
<%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
|
<%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
|
||||||
|
|
||||||
<% if pages.page_count > 1 %>
|
<% 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 %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue