mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 03:55:44 +00:00
13 lines
414 B
Plaintext
13 lines
414 B
Plaintext
<%= link_to "Back to #{@tournament.name} weights", "/static_pages/weights?tournament=#{@tournament.id}" %>
|
|
<br>
|
|
<br>
|
|
<h1><%= @weight.max %> lbs Bracket <%= Mat.find(@weight.mat_id).name %></h1>
|
|
<% if @bracket_size == 10 %>
|
|
<%= render 'man10' %>
|
|
<% elsif @bracket_size == 9 %>
|
|
<%= render 'man9' %>
|
|
<% elsif @bracket_size == 8 %>
|
|
<%= render 'man8' %>
|
|
<% elsif @bracket_size == 7 %>
|
|
<%= render 'man7' %>
|
|
<% end %> |