From 0f2b05889cba090e4824f62965ee8d131da09973 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Tue, 1 Apr 2014 17:07:46 -0400 Subject: Re-ran generate. --- 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 400efb4..8d699f9 100644 --- a/app/views/matches/index.html.erb +++ b/app/views/matches/index.html.erb @@ -7,6 +7,7 @@ Tournament Name Winner + Remote @@ -20,6 +21,7 @@ <%= match.tournament %> <%= match.name %> <%= match.winner %> + <%= match.remote_id %> <%= 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