diff --git a/app/views/tag_subscriptions/posts.html.erb b/app/views/tag_subscriptions/posts.html.erb index aebca91ca..34b672a21 100644 --- a/app/views/tag_subscriptions/posts.html.erb +++ b/app/views/tag_subscriptions/posts.html.erb @@ -17,7 +17,7 @@ <% content_for(:page_title) do %> - /fav:<%= @user.name %> + /sub:<%= @user.name %> <% end %> <%= render "posts/partials/common/secondary_links" %> diff --git a/app/views/users/_secondary_links.html.erb b/app/views/users/_secondary_links.html.erb index e3c111709..3b6b9a100 100644 --- a/app/views/users/_secondary_links.html.erb +++ b/app/views/users/_secondary_links.html.erb @@ -3,7 +3,7 @@
  • <%= link_to "Listing", users_path %>
  • <% if @user && !@user.new_record? %>
  • |
  • -
  • <%= link_to "Edit", edit_user_path(@user) %>
  • +
  • <%= link_to "Settings", edit_user_path(@user) %>
  • <%= link_to "Profile", user_path(@user) %>
  • <% end %> <% unless CurrentUser.user.is_anonymous? %>