mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 23:17:25 +00:00
Fixed wrestler show and edit
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
<%= f.collection_select :school_id, School.all, :id, :name %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="field">
|
||||
<%= f.label 'Weight Class' %><br>
|
||||
<%= f.collection_select :weight_id, @weight, :id, :max %>
|
||||
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :original_seed %><br>
|
||||
|
||||
Reference in New Issue
Block a user