summaryrefslogtreecommitdiff
path: root/app/views/games/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/index.html.erb')
-rw-r--r--app/views/games/index.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb
index 8c316de..71e59a0 100644
--- a/app/views/games/index.html.erb
+++ b/app/views/games/index.html.erb
@@ -9,7 +9,6 @@
<th>Max players per team</th>
<th>Min teams per match</th>
<th>Max teams per match</th>
- <th>Sampling method</th>
<th>Scoring method</th>
<th></th>
<th></th>
@@ -26,7 +25,6 @@
<td><%= game.max_players_per_team %></td>
<td><%= game.min_teams_per_match %></td>
<td><%= game.max_teams_per_match %></td>
- <td><%= game.sampling_method %></td>
<td><%= game.scoring_method %></td>
<td><%= link_to 'Show', game %></td>
<td><%= link_to 'Edit', edit_game_path(game) %></td>