summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tournaments/index.html.erb')
-rw-r--r--app/views/tournaments/index.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb
index 96bb5ba..4c1d0ff 100644
--- a/app/views/tournaments/index.html.erb
+++ b/app/views/tournaments/index.html.erb
@@ -6,7 +6,6 @@
<th>Name</th>
<th>Game</th>
<th>Status</th>
- <th>Ger</th>
<th>Randomized teams</th>
<th></th>
<th></th>
@@ -20,7 +19,6 @@
<td><%= tournament.name %></td>
<td><%= tournament.game %></td>
<td><%= tournament.status %></td>
- <td><%= tournament.ger %></td>
<td><%= tournament.randomized_teams %></td>
<td><%= link_to 'Show', tournament %></td>
<td><%= link_to 'Edit', edit_tournament_path(tournament) %></td>