summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-29 03:47:29 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-29 03:47:29 -0400
commit4c5c8b978d6bc70811e95e6da5afd06ec7a2e27e (patch)
treee5e282392b0014d4cd6954c86c69b5d86e026d29 /app/views/matches/index.html.erb
parentc09905a346d4a14feddcd1fccefa0e5dd98f51e3 (diff)
ran ./generate.sh
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index 766c3e8..85c94f2 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -6,8 +6,6 @@
<th>Status</th>
<th>Tournament stage</th>
<th>Winner</th>
- <th>Remote</th>
- <th>Submitted peer evaluations</th>
<th></th>
<th></th>
<th></th>
@@ -20,8 +18,6 @@
<td><%= match.status %></td>
<td><%= match.tournament_stage %></td>
<td><%= match.winner %></td>
- <td><%= match.remote_id %></td>
- <td><%= match.submitted_peer_evaluations %></td>
<td><%= link_to 'Show', match %></td>
<td><%= link_to 'Edit', edit_match_path(match) %></td>
<td><%= link_to 'Destroy', match, method: :delete, data: { confirm: 'Are you sure?' } %></td>