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

Added message when creating weights to start with the lowest first

This commit is contained in:
Jacob Cody Wimer
2014-01-30 10:08:54 -05:00
parent f618b0aa7c
commit eb5068f1b6

View File

@@ -1,5 +1,7 @@
<h1>New weight</h1>
<br>
<br>
<p>Create weights from the bottom up. For example, start with 106 lbs and create the weight classes through to 285 lbs. This will allow the program to run the tournament starting with the lowest weight each round.</p>
<%= render 'form' %>
<%= link_to 'Back', weights_path %>