add humanized tag string for posts

This commit is contained in:
albert
2012-11-02 18:22:08 -04:00
parent ca280ce218
commit 8da4eabb96
6 changed files with 15 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
<% content_for(:page_title) do %>
<% if @post_set.tag_string.present? %>
<%= @post_set.tag_string %> - <%= Danbooru.config.app_name %>
<%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %>
<% else %>
<%= Danbooru.config.app_name %>
<% end %>

View File

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