From a73103c2cba2f538e19c2f161a1373dc58c4f3d7 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 27 Feb 2013 00:09:22 -0800 Subject: [PATCH] fixes #649 --- app/views/forum_topics/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? %>