<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", users_path %>
  • <% unless CurrentUser.is_anonymous? %>
  • |
  • <%= link_to "Settings", edit_user_path(CurrentUser.user) %>
  • <%= link_to "Profile", user_path(CurrentUser.user) %>
  • |
  • <%= link_to "Sign out", session_path, :method => :delete %>
  • <% end %>
    <% end %>