summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_form.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-27 17:02:10 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-27 17:02:10 -0500
commitde40ec53e8b80d8d880214183f19ea93172a0026 (patch)
treecb25d099fa0252d2b43db850f21c69ccd03907e3 /app/views/tournaments/_form.html.erb
parent3a7b14f4a51c0fdb8b71720f361a0a8ccf080325 (diff)
give tournaments a game type
Diffstat (limited to 'app/views/tournaments/_form.html.erb')
-rw-r--r--app/views/tournaments/_form.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb
index 8996266..1fd63e9 100644
--- a/app/views/tournaments/_form.html.erb
+++ b/app/views/tournaments/_form.html.erb
@@ -11,6 +11,10 @@
</div>
<% end %>
+ <div class="field">
+ <%= f.label :game_id %><br>
+ <%= f.text_field :game_id %>
+ </div>
<div class="actions">
<%= f.submit %>
</div>