diff --git a/app/views/forum_topics/index.html.erb b/app/views/forum_topics/index.html.erb index b3890b2fc..b6bb8c677 100644 --- a/app/views/forum_topics/index.html.erb +++ b/app/views/forum_topics/index.html.erb @@ -26,7 +26,7 @@ <%= link_to topic.title, forum_topic_path(topic) %> <% if topic.response_count > Danbooru.config.posts_per_page %> - <%= link_to "p#{topic.last_page}", forum_topic_path(topic, :page => topic.last_page), :class => "last-page" %> + <%= link_to "page #{topic.last_page}", forum_topic_path(topic, :page => topic.last_page), :class => "last-page" %> <% end %> <% if topic.is_locked? %>