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:
+
+ - Two Pools
+
+ - Pool 1: Seed 1 & 4
+ - Pool 2: Seed 2 & 3
+
+
+ - Four Pools
+
+ - Pool 1: Seed 1 & 8
+ - Pool 2: Seed 2 & 7
+ - Pool 3: Seed 3 & 6
+ - Pool 4: Seed 4 & 5
+
+
+ - Four Pools
+
+ - Pool 1: Seed 1
+ - Pool 2: Seed 2
+ - Pool 3: Seed 3
+ - Pool 4: Seed 4
+ - Pool 5: Seed 5
+ - Pool 6: Seed 6
+ - Pool 7: Seed 7
+ - Pool 8: Seed 8
+
+
+
+<% end %>
\ No newline at end of file