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