mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-27 08:56:37 +00:00
Removed cache for wrestlers show because it will never update. Removed cache for school show because buttons requiring permissions were showing
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<% end %>
|
||||
<br>
|
||||
<br>
|
||||
<% cache ["schools", @school] do %>
|
||||
<table class="table table-striped table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -64,7 +63,6 @@
|
||||
Yes
|
||||
<% end %></td>
|
||||
<td><%= wrestler.nextMatchBoutNumber %> <%= wrestler.nextMatchMatName %></td>
|
||||
<% end %>
|
||||
<td>
|
||||
<%= link_to 'Show', wrestler , :class=>"btn btn-default btn-sm" %>
|
||||
<% if can? :manage, wrestler.school %>
|
||||
|
||||
Reference in New Issue
Block a user