From c3af0f5b51dfe842ad9e4c5ea93e202e26e818ac Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 7 Apr 2014 04:16:18 -0400 Subject: Ran generate.sh --- app/views/matches/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/matches/index.html.erb') 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 @@ Name Winner Remote + Submitted peer evaluations @@ -22,6 +23,7 @@ <%= match.name %> <%= match.winner %> <%= match.remote_id %> + <%= match.submitted_peer_evaluations %> <%= link_to 'Show', match %> <%= link_to 'Edit', edit_match_path(match) %> <%= link_to 'Destroy', match, method: :delete, data: { confirm: 'Are you sure?' } %> -- cgit v1.2.3