This commit is contained in:
albert
2011-10-06 19:20:26 -04:00
parent 5e2d5f0acc
commit 4d07a3a94a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -3,7 +3,7 @@
<li><%= link_to "Listing", users_path %></li>
<% if @user && !@user.new_record? %>
<li>|</li>
<li><%= link_to "Edit", edit_user_path(@user) %></li>
<li><%= link_to "Settings", edit_user_path(@user) %></li>
<li><%= link_to "Profile", user_path(@user) %></li>
<% end %>
<% unless CurrentUser.user.is_anonymous? %>