From f5ddc6652df5d97bb58ac5098480c2f6873eaaff Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 17 Feb 2021 04:00:59 +0000 Subject: [PATCH] Trying to fix all_brackets --- app/views/tournaments/all_brackets.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tournaments/all_brackets.html.erb b/app/views/tournaments/all_brackets.html.erb index 4a098be..c3328c0 100644 --- a/app/views/tournaments/all_brackets.html.erb +++ b/app/views/tournaments/all_brackets.html.erb @@ -15,7 +15,7 @@ <% cache ["#{@tournament.id}_all_brackets", @tournament] do %>
- <%= render file: Rails.root.join('app/views/tournaments/team_scores.html.erb') %> + <%= render :template => 'tournaments/team_scores' %> <% @tournament.weights.sort_by{|w| w.max}.each do |weight| %>