diff --git a/app/views/layouts/_cdn.html.erb b/app/views/layouts/_cdn.html.erb index 4bbc118..3cedd27 100644 --- a/app/views/layouts/_cdn.html.erb +++ b/app/views/layouts/_cdn.html.erb @@ -12,7 +12,5 @@ - - diff --git a/app/views/tournaments/all_brackets.html.erb b/app/views/tournaments/all_brackets.html.erb index e4689d9..8eb5618 100644 --- a/app/views/tournaments/all_brackets.html.erb +++ b/app/views/tournaments/all_brackets.html.erb @@ -3,25 +3,10 @@ #html, #body, #wrapper { width:100%; } - - <%= link_to "Back to #{@tournament.name} weights", "/tournaments/#{@tournament.id}/brackets" %>

- - -
-
<% @tournament.weights.sort_by{|w| w.max}.each do |w| %>