diff --git a/app/views/topics/plain.html.erb b/app/views/topics/plain.html.erb index 79e02f2c987..c370db3a5aa 100644 --- a/app/views/topics/plain.html.erb +++ b/app/views/topics/plain.html.erb @@ -16,4 +16,9 @@
<% end %> <% end %> +<% if @topic_view.next_page %> +

+ <%= link_to(t('next_page').html_safe, @topic_view.next_page_path ) %> +

+<% end %>