From 0eaebadc3d943189bef136bbc2205897c106c507 Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Fri, 7 Mar 2014 00:04:38 -0500 Subject: I changed a view --- app/views/tournaments/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/tournaments/index.html.erb') diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb index 452d939..d4ef414 100644 --- a/app/views/tournaments/index.html.erb +++ b/app/views/tournaments/index.html.erb @@ -21,7 +21,7 @@ <% @tournaments.each do |tournament| %> - <%= tournament.game %> + <%= tournament.id %> <%= tournament.status %> <%= tournament.min_players_per_team %> <%= tournament.max_players_per_team %> -- cgit v1.2.3-2-g168b