From e36de59971dce056c63907859e8386417c21f36a Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 3 Mar 2021 00:39:34 +0000 Subject: [PATCH] Mispelled include for fixing bracket partial bug --- app/views/tournaments/_bracket_partial.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tournaments/_bracket_partial.html.erb b/app/views/tournaments/_bracket_partial.html.erb index eec068b..5d5d341 100644 --- a/app/views/tournaments/_bracket_partial.html.erb +++ b/app/views/tournaments/_bracket_partial.html.erb @@ -110,7 +110,7 @@ table.smallText tr td { font-size: 10px; } <%= render 'modified_sixteen_man_double_elimination_bracket' %> - <% elsif @tournament.tournament_type.incude? "Regular Double Elimination" %> + <% elsif @tournament.tournament_type.include? "Regular Double Elimination" %> <%= render 'double_elimination_bracket' %>