1
0
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:
2017-02-01 19:37:58 +00:00
parent 9ac3b3baa9
commit 8fa529dc5f
7 changed files with 226 additions and 382 deletions

View File

@@ -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>