mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 15:29:20 +00:00
Condensed the bracket pages
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<% if @tournament %>
|
||||
<div class="" style="padding-right: 1%;">
|
||||
<h4>Tournament Links</h4>
|
||||
<ul class="">
|
||||
<ul>
|
||||
<li><%= link_to "Tournament home" , "/tournaments/#{@tournament.id}/" %></li>
|
||||
<li><%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %></li>
|
||||
<li><%= link_to "Bout Board" , "/tournaments/#{@tournament.id}/up_matches" %></li>
|
||||
|
||||
Reference in New Issue
Block a user