summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-29 09:20:18 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-29 09:20:18 -0400
commit10aad4cd87dd33bab2abd9c40009da613f3725c6 (patch)
tree80593608ef4cb91c197fccbb17282042e2417808
parentf461002bef30b7bc1751917ab388be8d4eab37d8 (diff)
oh god
-rw-r--r--app/views/brackets/show.html.erb4
1 files changed, 0 insertions, 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 @@
<h2><%= @bracket.name %></h2>
-<% if !@results %>
<h4> Make your prediction for the tournament by clicking on the teams you think will win </h4>
-<% end %>
<svg id="prediction-svg" version="1.1" baseProfile="full"
xmlns="http://www.w3.org/2000/svg"
@@ -98,7 +96,6 @@
<% end %>
</SVG>
-<% if !@results %>
<%= form_tag(tournament_bracket_path(@tournament, @bracket), method: 'put') do %>
<input type="hidden" name="update_action" value="predict">
<% 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 %>