1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 13:24:36 +00:00

Tutorials page added

This commit is contained in:
2016-01-19 19:04:29 +00:00
parent 6c8f122aca
commit 85fb0947b5
4 changed files with 22 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<ul class="nav navbar-nav navbar-right navbar-custom-link">
<li><%= link_to "Browse Tournaments", "/tournaments/" %></li>
<li><%= link_to "About", "/static_pages/about" %></li>
<li><%= link_to "Tutorials", "/static_pages/tutorials" %></li>
<% if user_signed_in? %>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><%= current_user.email %>