diff --git a/app/views/weights/new.html.erb b/app/views/weights/new.html.erb index b0643f0..f1ea9ab 100644 --- a/app/views/weights/new.html.erb +++ b/app/views/weights/new.html.erb @@ -1,5 +1,7 @@
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.
<%= render 'form' %> <%= link_to 'Back', weights_path %>