1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed swap wrestlers logic

This commit is contained in:
2020-01-24 08:11:37 -05:00
parent 21b023f195
commit bc136ae356
2 changed files with 47 additions and 48 deletions

View File

@@ -3,6 +3,6 @@
<% end %>
<% if @tournament.tournament_type == "Pool to bracket" %>
<%= render 'pool_bracket_director_actions' %>
<% elsif @tournament.tournament_type == "Modified 16 Man Double Elimination" %>
<% elsif @tournament.tournament_type == "Modified 16 Man Double Elimination" or @tournament.tournament_type == "Double Elimination 1-6" %>
<%= render 'bracket_director_actions' %>
<% end %>