From e1d25d9cee61e2219e272bd3e57f0e033ad3e8aa Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 14 Jan 2020 12:50:54 -0500 Subject: [PATCH] Added bracket position to bout sheet and stat page. --- app/views/matches/_matchstats.html.erb | 3 ++- app/views/tournaments/bout_sheets.html.erb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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