From c1f2363a46f0087555f267b257ce28ff2e77b4aa Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 6 Feb 2015 12:33:20 -0500 Subject: [PATCH] Changed tournament view --- app/views/tournaments/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index 66d9a53..374e4d5 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -32,7 +32,7 @@ <% end %>

-

Schools

+

School Lineups

@@ -62,7 +62,7 @@ <% end %>

-

Weights

+

Weight Class Seeds

@@ -93,7 +93,6 @@
<% if user_signed_in? %> <%= link_to "New #{@tournament.name} Mat" , "/mats/new?tournament=#{@tournament.id}" %> -<% end %>

@@ -117,6 +116,7 @@ <% end %>
+<% end %>