fixes #104: Tag subscription page has "fav:(your username)" in title bar
This commit is contained in:
@@ -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" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user