1
0
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:
Jacob Cody Wimer
2014-01-24 09:06:59 -05:00
parent bb0c4b4a6c
commit 46239f28bd
5 changed files with 349 additions and 0 deletions

View File

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