From eb5068f1b680f09ee1106f4000402f17983c59e4 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 30 Jan 2014 10:08:54 -0500 Subject: [PATCH] Added message when creating weights to start with the lowest first --- app/views/weights/new.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@

New weight

- +
+
+

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