diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 09b8906fe..e7e847ab0 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -1,5 +1,5 @@
- next page + <%= link_to("next page", @topic_view.topic.relative_url + "?page=" + @next_page ) %>
<% end %>