1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-19 14:00:27 +00:00

Fixed school view

This commit is contained in:
Jacob Cody Wimer
2014-01-22 10:06:38 -05:00
parent 10320a2c76
commit 8e5e1d60a3
3 changed files with 16 additions and 11 deletions

View File

@@ -29,10 +29,6 @@
<%= f.label 'Weight Class' %><br>
<%= f.collection_select :weight_id, Weight.all, :id, :max %>
</div>
<div class="field">
<%= f.label :seed %><br>
<%= f.number_field :seed %>
</div>
<div class="field">
<%= f.label :original_seed %><br>
<%= f.number_field :original_seed %>