mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" %>
|
|
<br>
|
|
<br>
|
|
<% @weights.each do |weight| %>
|
|
<%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
|
|
<br>
|
|
<% end %>
|
|
<%= link_to "All Brackets", "/static_pages/all_brackets?print=true&tournament=#{@tournament.id}" %> |