1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-30 19:22:21 +00:00

Removed home link, the application title is the home link.

This commit is contained in:
2015-04-22 08:49:23 -04:00
parent 76050233d4
commit 63b7ecd9e6

View File

@@ -4,7 +4,6 @@
<a class="navbar-brand navbar-custom-brand" href="/">WrestlingApp</a>
</div>
<ul class="nav navbar-nav navbar-right navbar-custom-link">
<li><%= link_to "Home", root_path %></li>
<% if @tournament %>
<li><%= link_to "Brackets" , "/static_pages/weights?tournament=#{@tournament.id}" %></li>
<li><%= link_to "Upcoming Matches" , "/static_pages/up_matches?tournament=#{@tournament.id}" %></li>