Fix document title when viewing other users' favorites

This commit is contained in:
Toks
2013-07-14 19:44:35 -04:00
parent 7b5669ab60
commit 03aee0f664
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
</section>
<% content_for(:page_title) do %>
Favorites - <%= CurrentUser.name %> - <%= Danbooru.config.app_name %>
Favorites - <%= @user.pretty_name %> - <%= Danbooru.config.app_name %>
<% end %>
<%= render "posts/partials/common/secondary_links" %>