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:
parent
88ca51bb00
commit
3dc850e3d4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue