Add "Next page" link to plain topic view

"Next page" link also under noscript tag and not indexed by old crawlers.
This commit is contained in:
Anton Batenev 2013-07-06 18:57:08 +04:00
parent 88ca51bb00
commit 3dc850e3d4
1 changed files with 5 additions and 0 deletions

View File

@ -16,4 +16,9 @@
<hr/>
<% end %>
<% end %>
<% if @topic_view.next_page %>
<p>
<%= link_to(t('next_page').html_safe, @topic_view.next_page_path ) %>
</p>
<% end %>
</body>