diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 8e8fd4f9d4a..dc343f2162b 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -50,6 +50,15 @@ <% end %> + <% if @topic_view.prev_page %> + + + + <% end %> + <% @topic_view.posts.each do |post| %> <% if (u = post.user) %>
class='topic-body crawler-post'>