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

Added bracket position to bout sheet and stat page.

This commit is contained in:
2020-01-14 12:50:54 -05:00
parent d4dedfb3bd
commit e1d25d9cee
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
</ul>
</div>
<% end %>
<h4>Bout <%= @match.bout_number %></h4>
<h4>Bout <strong><%= @match.bout_number %></strong></h4>
<h4>Bracket Position: <strong><%= @match.bracket_position %></strong></h4>
<table class="table">
<thead>
<tr>

View File

@@ -20,6 +20,7 @@
<h4><strong>Bout Number: <%= match.bout_number %></strong></h4>
<h4><strong>Weight Class: <%= match.weight.max %></strong></h4>
<h4><strong>Round: <%= match.round %></strong></h4>
<h4><strong>Bracket Position: <%= match.bracket_position %></strong></h4>
<p><strong>Key: </strong>Takedown: T2, Escape: E1, Reversal: R2, Nearfall: N2 or N3, Stalling: S, Caution: C, Penalty Point: P1</p>
<thead>