1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:17:25 +00:00

Calculated bracket size

This commit is contained in:
Jacob Cody Wimer
2014-01-24 08:52:59 -05:00
parent f7d2757248
commit 25b1ae7264
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<% if @wrestlers.count = 10 %>
<% if @bracket_size = 10 %>
<%= render 'man10' %>
<% end %>