summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_form.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:39 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:39 -0500
commite7562550fdaff859b0ead5a37e58c5f2b920ca80 (patch)
treeb68d699bf397b7167a8713d789770b7ca59bdb16 /app/views/tournaments/_form.html.erb
parent4b672af0e7893a9db1c059c97b06afeafb9c742c (diff)
parent5f2247dd1e701a91fb0359bf7265bdadd5486a60 (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.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb
index c2c0ba7..d098cbb 100644
--- a/app/views/tournaments/_form.html.erb
+++ b/app/views/tournaments/_form.html.erb
@@ -16,6 +16,10 @@
<%= f.text_field :game_id %>
</div>
<div class="field">
+ <%= f.label :status %><br>
+ <%= f.number_field :status %>
+ </div>
+ <div class="field">
<%= f.label :min_players_per_team %><br>
<%= f.number_field :min_players_per_team %>
</div>
@@ -39,10 +43,6 @@
<%= f.label :randomized_teams %><br>
<%= f.check_box :randomized_teams %>
</div>
- <div class="field">
- <%= f.label :status %><br>
- <%= f.number_field :status %>
- </div>
<div class="actions">
<%= f.submit %>
</div>