summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_form.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 13:25:18 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 13:25:18 -0400
commit9a8d6814511ce257241a03b5763430294ed3e381 (patch)
tree9028096ba88ed799c8cdc7ed895bf8eaeb623d72 /app/views/tournaments/_form.html.erb
parent0bc6d5c7266e0cc0b64d5329b861cc90d80cec79 (diff)
ran ./generate.sh
Diffstat (limited to 'app/views/tournaments/_form.html.erb')
-rw-r--r--app/views/tournaments/_form.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb
index 7127d38..be5cf56 100644
--- a/app/views/tournaments/_form.html.erb
+++ b/app/views/tournaments/_form.html.erb
@@ -40,14 +40,6 @@
<%= f.number_field :max_teams_per_match %>
</div>
<div class="field">
- <%= f.label :set_rounds %><br>
- <%= f.number_field :set_rounds %>
- </div>
- <div class="field">
- <%= f.label :randomized_teams %><br>
- <%= f.check_box :randomized_teams %>
- </div>
- <div class="field">
<%= f.label :sampling_method %><br>
<%= f.text_field :sampling_method %>
</div>