fix mobile listing page title
This commit is contained in:
@@ -28,8 +28,10 @@
|
|||||||
</script>
|
</script>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @post_set.tag_string.present? %>
|
<% content_for(:page_title) do %>
|
||||||
<%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %>
|
<% if @post_set.tag_string.present? %>
|
||||||
<% else %>
|
<%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %>
|
||||||
<%= Danbooru.config.app_name %>
|
<% else %>
|
||||||
<% end %>
|
<%= Danbooru.config.app_name %>
|
||||||
|
<% end %>
|
||||||
|
<% end %>
|
||||||
Reference in New Issue
Block a user