mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Wrote all brackets to static_pages brackets
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<% if @bracket_size = 10 %>
|
||||
<%= render 'man10' %>
|
||||
<% end %>
|
||||
<% if @bracket_size = 9 %>
|
||||
<%= render 'man9' %>
|
||||
<% end %>
|
||||
<% if @bracket_size = 8 %>
|
||||
<%= render 'man8' %>
|
||||
<% end %>
|
||||
<% if @bracket_size = 7 %>
|
||||
<%= render 'man7' %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user