mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
remove uneeded code
This commit is contained in:
@ -106,6 +106,4 @@
|
||||
<% content_for :title do %><%= @category.name %> - <%= SiteSetting.title %><% end %>
|
||||
<% elsif params[:page].to_i > 1 %>
|
||||
<% content_for :title do %><%=t 'page_num', num: params[:page].to_i + 1 %> - <%= SiteSetting.title %><% end %>
|
||||
<% else %>
|
||||
<% content_for :title do %><%= SiteSetting.title %><% end %>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user