summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.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/index.html.erb
parent0bc6d5c7266e0cc0b64d5329b861cc90d80cec79 (diff)
ran ./generate.sh
Diffstat (limited to 'app/views/tournaments/index.html.erb')
-rw-r--r--app/views/tournaments/index.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb
index c2b5a2b..1dddd5d 100644
--- a/app/views/tournaments/index.html.erb
+++ b/app/views/tournaments/index.html.erb
@@ -10,8 +10,6 @@
<th>Max players per team</th>
<th>Min teams per match</th>
<th>Max teams per match</th>
- <th>Set rounds</th>
- <th>Randomized teams</th>
<th>Sampling method</th>
<th>Scoring method</th>
<th></th>
@@ -30,8 +28,6 @@
<td><%= tournament.max_players_per_team %></td>
<td><%= tournament.min_teams_per_match %></td>
<td><%= tournament.max_teams_per_match %></td>
- <td><%= tournament.set_rounds %></td>
- <td><%= tournament.randomized_teams %></td>
<td><%= tournament.sampling_method %></td>
<td><%= tournament.scoring_method %></td>
<td><%= link_to 'Show', tournament %></td>