diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index e4eaf680d..c2626eb96 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -21,7 +21,7 @@

- <% if @topic_view.prev_page %> + <% if @topic_view.posts.length > 0 && @topic_view.prev_page %> <%= link_to t(:prev_page), @topic_view.prev_page_path, rel: 'prev' %> <% end %> <% if @topic_view.next_page %>