1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-12 16:59:00 +00:00

Added seeding criteria to wrestlers

This commit is contained in:
Jacob Cody Wimer
2014-01-31 07:44:05 -05:00
parent 74dbf63c85
commit e8fba379e0
6 changed files with 17 additions and 2 deletions

View File

@@ -42,6 +42,11 @@
<%= f.number_field :season_loss %>
</div>
<div class="field">
<%= f.label "Seed Criteria" %><br>
<%= f.text_field :criteria %>
</div>
<div class="actions">
<%= f.submit %>
</div>