1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-31 11:35:45 +00:00
Files
wrestlingdev.com/app/views/weights/new.html.erb

8 lines
306 B
Plaintext

<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 %>