From 62f300841ea4c11f7b3bad3f23b36d0dd7cd3ea7 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 19 Apr 2019 21:50:31 -0400 Subject: [PATCH] Added tip on seeding page to inform of pool separation on pool to bracket tournaments --- app/views/weights/show.html.erb | 43 ++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/app/views/weights/show.html.erb b/app/views/weights/show.html.erb index 65c9c4b..8d69986 100644 --- a/app/views/weights/show.html.erb +++ b/app/views/weights/show.html.erb @@ -48,17 +48,42 @@ <% end %> -

*All wrestlers without a seed (determined by tournament director) will be assigned a random seed.

+

*All wrestlers without a seed (determined by tournament director) will be assigned a bracket line.

<% if can? :manage, @tournament %>
<%= submit_tag "Save Seeds", :class=>"btn btn-success"%> <% end %> <% end %> - - - - - - - - +
+<% if @tournament.tournament_type == "Pool to bracket" %> +
+ Pool assignments by seed: +
+<% end %> \ No newline at end of file