1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 05:15:36 +00:00

Created bracket and extra flag for wrestler

This commit is contained in:
vagrant
2015-02-06 03:01:17 +00:00
parent e9cf73f9d5
commit f4059009ba
6 changed files with 144 additions and 3 deletions

View File

@@ -46,7 +46,11 @@
<%= f.label "Seed Criteria" %><br>
<%= f.text_field :criteria %>
</div>
<div class="field">
<%= f.label "Check box if extra" %> <%= f.check_box :extra %>
</div>
</br>
</br>
<div class="actions">
<%= f.submit %>
</div>