projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c8dc9
)
Mark the generated list of page links as raw
author
Tom Hughes
<tom@compton.nu>
Fri, 30 Sep 2011 13:09:58 +0000
(14:09 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 14 Nov 2011 09:42:55 +0000
(09:42 +0000)
app/views/browse/_paging_nav.html.erb
patch
|
blob
|
history
diff --git
a/app/views/browse/_paging_nav.html.erb
b/app/views/browse/_paging_nav.html.erb
index 30e23b7dd5ed6c01e953d85c6739dff3518e111e..f0342403e2cfdf992fe0aea828ce471f0ad7f2d1 100644
(file)
--- a/
app/views/browse/_paging_nav.html.erb
+++ b/
app/views/browse/_paging_nav.html.erb
@@
-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>