mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:12:23 +08:00
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/>
|
<hr/>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% if @topic_view.next_page %>
|
||||||
|
<p>
|
||||||
|
<%= link_to(t('next_page').html_safe, @topic_view.next_page_path ) %>
|
||||||
|
</p>
|
||||||
|
<% end %>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user