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:
@@ -10,7 +10,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% 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">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
<h4><strong>Bout Number: <%= match.bout_number %></strong></h4>
|
<h4><strong>Bout Number: <%= match.bout_number %></strong></h4>
|
||||||
<h4><strong>Weight Class: <%= match.weight.max %></strong></h4>
|
<h4><strong>Weight Class: <%= match.weight.max %></strong></h4>
|
||||||
<h4><strong>Round: <%= match.round %></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>
|
<p><strong>Key: </strong>Takedown: T2, Escape: E1, Reversal: R2, Nearfall: N2 or N3, Stalling: S, Caution: C, Penalty Point: P1</p>
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user