fixes #104
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<% content_for(:page_title) do %>
|
<% content_for(:page_title) do %>
|
||||||
/fav:<%= @user.name %>
|
/sub:<%= @user.name %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render "posts/partials/common/secondary_links" %>
|
<%= render "posts/partials/common/secondary_links" %>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<li><%= link_to "Listing", users_path %></li>
|
<li><%= link_to "Listing", users_path %></li>
|
||||||
<% if @user && !@user.new_record? %>
|
<% if @user && !@user.new_record? %>
|
||||||
<li>|</li>
|
<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>
|
<li><%= link_to "Profile", user_path(@user) %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% unless CurrentUser.user.is_anonymous? %>
|
<% unless CurrentUser.user.is_anonymous? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user