From 10aad4cd87dd33bab2abd9c40009da613f3725c6 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Tue, 29 Apr 2014 09:20:18 -0400 Subject: oh god --- app/views/brackets/show.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/brackets/show.html.erb b/app/views/brackets/show.html.erb index 24b19fe..96eb0ec 100644 --- a/app/views/brackets/show.html.erb +++ b/app/views/brackets/show.html.erb @@ -1,8 +1,6 @@

<%= @bracket.name %>

-<% if !@results %>

Make your prediction for the tournament by clicking on the teams you think will win

-<% end %> -<% if !@results %> <%= form_tag(tournament_bracket_path(@tournament, @bracket), method: 'put') do %> <% for i in 1..@matches.length %> @@ -106,5 +103,4 @@ <% end %> <%= submit_tag("Submit Prediction", disabled: true, id: "bracket-submit") %> <% end %> -<% end %> <%= link_to 'Back', tournaments_path %> -- cgit v1.2.3