mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-15 17:59:39 +00:00
Added date to tournament
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
<%= f.label :director_email %><br>
|
||||
<%= f.text_field :director_email %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :date %><br>
|
||||
<%= f.date_field :date %>
|
||||
</div>
|
||||
<div>
|
||||
<%= f.label :tournament_type %><br>
|
||||
<%= f.select :tournament_type, @tournament.tournament_types %>
|
||||
|
||||
Reference in New Issue
Block a user