From 07476fd9a2b942e8d6056804bb1cdbd5e9a1c528 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 02:18:48 -0400 Subject: run ./generate.sh --- app/views/matches/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 7b7676a..414d57d 100644 --- a/app/views/matches/index.html.erb +++ b/app/views/matches/index.html.erb @@ -4,7 +4,7 @@ Status - Tournament + Tournament stage Name Winner Remote @@ -19,7 +19,7 @@ <% @matches.each do |match| %> <%= match.status %> - <%= match.tournament %> + <%= match.tournament_stage %> <%= match.name %> <%= match.winner %> <%= match.remote_id %> -- cgit v1.2.3-54-g00ecf