From f6aff5a7537be27f85e6365f5ff84a19069a90f6 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 3 Mar 2021 00:24:14 +0000 Subject: [PATCH] Fixed 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 323eb43..eec068b 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 == "Double Elimination 1-6" %> + <% elsif @tournament.tournament_type.incude? "Regular Double Elimination" %> <%= render 'double_elimination_bracket' %>