This commit is contained in:
albert
2012-02-20 15:33:42 -05:00
parent 05924fc286
commit 393b071fa1
4 changed files with 20 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", users_path %></li>
<li><%= link_to "Search", search_users_path %></li>
<% if CurrentUser.is_anonymous? %>
<li><%= link_to "Sign up", new_user_path %></li>
<% end %>