<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", users_path %>
  • <% unless CurrentUser.is_anonymous? %> <% if @user %>
  • <%= link_to "Send message", new_dmail_path(:dmail => {:to_id => @user.id}) %>
  • <% end %>
  • |
  • <%= link_to "My settings", edit_user_path(CurrentUser.user) %>
  • <%= link_to "My profile", user_path(CurrentUser.user) %>
  • |
  • <%= link_to "Sign out", session_path, :method => :delete %>
  • <% end %>
    <% end %>