fixed titles

This commit is contained in:
albert
2011-10-23 16:55:57 -04:00
parent 9e72bc022d
commit 34ae712be0
106 changed files with 418 additions and 65 deletions

View File

@@ -20,7 +20,11 @@
</section>
<% content_for(:page_title) do %>
/<%= @post_set.tag_string %>
<% if @post_set.tag_string.present? %>
<%= @post_set.tag_string %> - <%= Danbooru.config.app_name %>
<% else %>
<%= Danbooru.config.app_name %>
<% end %>
<% end %>
<%= render "posts/partials/common/secondary_links" %>

View File

@@ -81,7 +81,7 @@
</div>
<% content_for(:page_title) do %>
/p/<%= @post.tag_string %>
<%= @post.tag_string %> - <%= Danbooru.config.app_name %>
<% end %>
<% content_for(:html_header) do %>