mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Uncache New wrestler button
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<% if tournament_permissions(@school.tournament) %>
|
||||
| <%= link_to "Edit #{@school.name}", edit_school_path(@school),:class=>"btn btn-primary" %>
|
||||
<% end %>
|
||||
<% cache ["schools", @school] do %>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<p>
|
||||
@@ -32,7 +32,7 @@
|
||||
<% end %>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<% cache ["schools", @school] do %>
|
||||
<table class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user