fixes #104: Tag subscription page has "fav:(your username)" in title bar

This commit is contained in:
albert
2011-10-03 18:38:10 -04:00
parent 96a1ebeed1
commit 5bde26d848

View File

@@ -17,7 +17,7 @@
</section> </section>
<% content_for(:page_title) do %> <% content_for(:page_title) do %>
/fav:<%= CurrentUser.name %> /fav:<%= @user.name %>
<% end %> <% end %>
<%= render "posts/partials/common/secondary_links" %> <%= render "posts/partials/common/secondary_links" %>