diff --git a/app/views/matches/_matchstats.html.erb b/app/views/matches/_matchstats.html.erb index 25e29f5..52cb860 100644 --- a/app/views/matches/_matchstats.html.erb +++ b/app/views/matches/_matchstats.html.erb @@ -10,7 +10,8 @@ <% end %> -

Bout <%= @match.bout_number %>

+

Bout <%= @match.bout_number %>

+

Bracket Position: <%= @match.bracket_position %>

diff --git a/app/views/tournaments/bout_sheets.html.erb b/app/views/tournaments/bout_sheets.html.erb index df50098..4560238 100644 --- a/app/views/tournaments/bout_sheets.html.erb +++ b/app/views/tournaments/bout_sheets.html.erb @@ -20,6 +20,7 @@

Bout Number: <%= match.bout_number %>

Weight Class: <%= match.weight.max %>

Round: <%= match.round %>

+

Bracket Position: <%= match.bracket_position %>

Key: Takedown: T2, Escape: E1, Reversal: R2, Nearfall: N2 or N3, Stalling: S, Caution: C, Penalty Point: P1