mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-14 17:33:35 +00:00
Updated re-directs, added weights to tournament#show, and edited a few views
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
<div class="field">
|
||||
<%= f.label 'Weight Class' %><br>
|
||||
<%= f.collection_select :weight_id, Weight.all, :id, :max %>
|
||||
<%= f.collection_select :weight_id, @weight, :id, :max %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :original_seed %><br>
|
||||
|
||||
Reference in New Issue
Block a user