From 35e1a41220eaf63b908bd0593e347f3ba63ec66f Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 13 Jan 2016 15:19:04 +0000 Subject: [PATCH] Do not cache school buttons --- app/views/schools/show.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %> +