From 442146c7160b95d452975336dfddaf8faf74d544 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sun, 27 Apr 2014 14:22:17 -0400 Subject: fixed, seeds, roundrobin, and _show_tourn --- app/views/tournaments/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/tournaments') diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb index 28d9c27..cb4c175 100644 --- a/app/views/tournaments/_form.html.erb +++ b/app/views/tournaments/_form.html.erb @@ -84,7 +84,7 @@ <%= f.fields_for :stages do |stages_fields| %>
Stages - <%= submit_tag("Set Stages", :class => "btn") %> + <%# submit_tag("Set Stages", :class => "btn") %> <% for i in 1..(params[:num_stages].to_i) do %> <%= stages_fields.fields_for i.to_s do |stage_fields| %>
Stage <%= i %> <%= stage_fields.label :scheduling_method %> -- cgit v1.2.3