diff --git a/app/views/tournaments/team_scores.html.erb b/app/views/tournaments/team_scores.html.erb index 054d2a0..6f3dac1 100644 --- a/app/views/tournaments/team_scores.html.erb +++ b/app/views/tournaments/team_scores.html.erb @@ -1,4 +1,4 @@ -<% Rails.env.production? %> +<% if Rails.env.production? %> <% end %> <% cache ["team_scores", @tournament] do %>