summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:16:18 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:16:18 -0400
commitc3af0f5b51dfe842ad9e4c5ea93e202e26e818ac (patch)
treec22f1cc916d98c7271635ecae48b62e8ea128012 /app/views/matches/index.html.erb
parent8e7ca204ab9a702be483621f4fe9df68b03ffec0 (diff)
Ran generate.sh
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index 8d699f9..7b7676a 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -8,6 +8,7 @@
<th>Name</th>
<th>Winner</th>
<th>Remote</th>
+ <th>Submitted peer evaluations</th>
<th></th>
<th></th>
<th></th>
@@ -22,6 +23,7 @@
<td><%= match.name %></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>