From 4c5c8b978d6bc70811e95e6da5afd06ec7a2e27e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Apr 2014 03:47:29 -0400 Subject: ran ./generate.sh --- app/views/matches/index.html.erb | 4 ---- 1 file changed, 4 deletions(-) (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 766c3e8..85c94f2 100644 --- a/app/views/matches/index.html.erb +++ b/app/views/matches/index.html.erb @@ -6,8 +6,6 @@ Status Tournament stage Winner - Remote - Submitted peer evaluations @@ -20,8 +18,6 @@ <%= match.status %> <%= match.tournament_stage %> <%= 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-54-g00ecf