Merge pull request #1153 from abbat/patch-2
Add "Next page" link to plain topic view
This commit is contained in:
commit
f314bd9215
|
@ -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