diff --git a/app/views/schools/show.html.erb b/app/views/schools/show.html.erb
index e2e4ff8..fd31a18 100644
--- a/app/views/schools/show.html.erb
+++ b/app/views/schools/show.html.erb
@@ -64,6 +64,7 @@
Yes
<% end %>
<%= wrestler.nextMatchBoutNumber %> <%= wrestler.nextMatchMatName %> |
+<% end %>
<%= link_to 'Show', wrestler , :class=>"btn btn-default btn-sm" %>
<% if can? :manage, wrestler.school %>
@@ -76,4 +77,4 @@
<% end %>
-<% end %>
+
|