From 6b71921dd0188592ede6cec835b35ae6eefb7d1d Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 24 Feb 2013 12:24:07 -0500 Subject: [PATCH] fix --- 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 45e2fddd1..b3890b2fc 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 "pg #{topic.last_page}", forum_topic_path(topic, :page => topic.last_page), :class => "last-page" %> + <%= link_to "p#{topic.last_page}", forum_topic_path(topic, :page => topic.last_page), :class => "last-page" %> <% end %> <% if topic.is_locked? %>