mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added 1 more hint for tournament types
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<h3>Modified 16 Man Double Elimination Information</h3>
|
<h3>Modified 16 Man Double Elimination Information</h3>
|
||||||
<p>Adhears to 5 match per day rule. Allows a 16 man bracket without anyone wrestling more than 5 matches. Semi Final losers wrestle for 3rd. Anyone who loses before the Semi Finals wrestle a consolation bracket for 5th.</p>
|
<p>Adhears to 5 match per day rule. Allows a 16 man bracket without anyone wrestling more than 5 matches. Semi Final losers wrestle for 3rd. Anyone who loses before the Semi Finals wrestle a consolation bracket for 5th.</p>
|
||||||
<p>Modified 16 Man Double Elimination 1-6 places 1st through 6th. Modified 16 Man Double Elimination 1-8 places 1st through 8th.</p>
|
<p>Modified 16 Man Double Elimination 1-6 places 1st through 6th. Modified 16 Man Double Elimination 1-8 places 1st through 8th.</p>
|
||||||
<h4>Modified 16 Man Double Elimination 1-6 scoring (same as Regular Double Elimination)</h4>
|
<h4>Modified 16 Man Double Elimination scoring (same as Regular Double Elimination)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Championship win: 2pt</li>
|
<li>Championship win: 2pt</li>
|
||||||
<li>Consolation win: 1pt</li>
|
<li>Consolation win: 1pt</li>
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
See About page for information on tournament types: <%= link_to "About", "/static_pages/about" %>
|
See About page for information on tournament types: <%= link_to "About", "/static_pages/about" %>
|
||||||
|
<p>For double elimination tournaments, 1-6 places 1st through 6th and 1-8 places 1st through 8th.</p>
|
||||||
</div>
|
</div>
|
||||||
<%= f.hidden_field :user_id, :value => current_user.id %>
|
<%= f.hidden_field :user_id, :value => current_user.id %>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user