From 01768704314228aa9607c057c748429a9ef6a38f Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 19 Jan 2016 02:55:21 +0000 Subject: [PATCH] Fixed team scores if --- app/views/tournaments/team_scores.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>