Merge pull request #1153 from abbat/patch-2

Add "Next page" link to plain topic view
This commit is contained in:
Robin Ward 2013-07-06 17:09:16 -07:00
commit f314bd9215
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>