diff --git a/app/views/tournaments/all_brackets.html.erb b/app/views/tournaments/all_brackets.html.erb index 49c011e..7e4516e 100644 --- a/app/views/tournaments/all_brackets.html.erb +++ b/app/views/tournaments/all_brackets.html.erb @@ -1,5 +1,20 @@ -<% cache ["#{@tournament.id}_all_brackets", @tournament] do %> -
+ + +<% cache ["#{@tournament.id}_all_brackets", @tournament] do %> +
<%= render :file => 'tournaments/team_scores' %> <% @tournament.weights.sort_by{|w| w.max}.each do |weight| %> @@ -24,5 +39,5 @@
<% end %> -
+
<% end %> \ No newline at end of file