summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_form.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:30:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:30:30 -0500
commit5f8baf6334f427506193ea8efd1356812468e191 (patch)
tree216b749f9d589739eefa69e02122ed60654a2d9b /app/views/tournaments/_form.html.erb
parent7bcd854443e368806cf1f4ece562c157db723d1a (diff)
parentc9f2abad7b9c967e23ed2b2867d426eb27f61387 (diff)
Merge branch 'clean'
Conflicts: app/controllers/tournaments_controller.rb
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>