1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-06 06:28:33 +00:00

Added my tournaments page

This commit is contained in:
2015-12-15 15:24:13 -05:00
parent ec1c7c7fd4
commit 41ca12c5d1
5 changed files with 49 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
<li><%= link_to "About", "/static_pages/about" %></li>
<% if user_signed_in? %>
<li><%=link_to "Log out", destroy_user_session_url ,:method => 'delete' %></li>
<li><%=link_to "Edit user", edit_user_registration_path %></li>
<li><%=link_to "Edit user", edit_user_registration_path %></li>
<li><%=link_to "My tournaments","/static_pages/my_tournaments" %></li>
<% else %>
<li><%= link_to "Log In" , new_user_session_path %></li>
<% end %>