From 4e754e04d6bd04267e5a55011aa9f4f2a2fc7859 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Tue, 25 Mar 2014 16:30:13 -0400 Subject: Tournament has a NAME now --- app/views/tournaments/show.html.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/tournaments/show.html.erb') diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index 208c6f4..3cb6179 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -1,5 +1,10 @@

<%= notice %>

+

+ Name: + <%= @tournament.name %> +

+

Game: <%= @tournament.game %> -- cgit v1.2.3