fixes #649
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<%= link_to topic.title, forum_topic_path(topic) %>
|
<%= link_to topic.title, forum_topic_path(topic) %>
|
||||||
|
|
||||||
<% if topic.response_count > Danbooru.config.posts_per_page %>
|
<% 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 %>
|
<% end %>
|
||||||
|
|
||||||
<% if topic.is_locked? %>
|
<% if topic.is_locked? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user