diff --git a/app/views/tournaments/_sixteen_man_double_elimination_bracket.html.erb b/app/views/tournaments/_sixteen_man_double_elimination_bracket.html.erb index 464802f..7dd3b2d 100644 --- a/app/views/tournaments/_sixteen_man_double_elimination_bracket.html.erb +++ b/app/views/tournaments/_sixteen_man_double_elimination_bracket.html.erb @@ -39,4 +39,13 @@ <% @final_match = @matches.select{|m|m.bracket_position == "5/6"} %> <% @winner_place = "5th" %> <%= render 'bracket_final' %> - \ No newline at end of file + +<% if @tournament.number_of_placers >= 8 %> +

7/8 place match

+
+ + <% @final_match = @matches.select{|m|m.bracket_position == "7/8"} %> + <% @winner_place = "7th" %> + <%= render 'bracket_final' %> +
+<% end %> \ No newline at end of file