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' %>