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/_form.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/tournaments/_form.html.erb') diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb index d098cbb..38855a0 100644 --- a/app/views/tournaments/_form.html.erb +++ b/app/views/tournaments/_form.html.erb @@ -11,6 +11,10 @@ <% end %> +
+ <%= f.label :name %>
+ <%= f.text_field :name %> +
<%= f.label :game_id %>
<%= f.text_field :game_id %> -- cgit v1.2.3