diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:58:14 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:58:14 -0500 |
commit | 8d75a450ec1e34205ec4bee5587e8bddb9c89d21 (patch) | |
tree | 349c6cd9c9669c94675becdeeaac1c29fd60022e /app/views/tournaments/_form.html.erb | |
parent | 6e20d92989739bde287c6a07c03ae3f70755660b (diff) | |
parent | 068e95231c3d2cee113cf77af67ce785d853429e (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/tournaments/_form.html.erb')
-rw-r--r-- | app/views/tournaments/_form.html.erb | 4 |
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> |