1
0
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:
2021-03-03 00:38:01 +00:00
parent 4cdc9e7df1
commit 329c01db79
2 changed files with 2 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
<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>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>
<li>Championship win: 2pt</li>
<li>Consolation win: 1pt</li>

View File

@@ -38,6 +38,7 @@
<br>
<div>
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>
<%= f.hidden_field :user_id, :value => current_user.id %>
<br>