1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 14:57:48 +00:00

Uncache New wrestler button

This commit is contained in:
2015-12-30 23:17:43 +00:00
parent 2d2d6a2e9c
commit c584f1fabc

View File

@@ -4,7 +4,7 @@
<% if tournament_permissions(@school.tournament) %> <% if tournament_permissions(@school.tournament) %>
| <%= link_to "Edit #{@school.name}", edit_school_path(@school),:class=>"btn btn-primary" %> | <%= link_to "Edit #{@school.name}", edit_school_path(@school),:class=>"btn btn-primary" %>
<% end %> <% end %>
<% cache ["schools", @school] do %>
<br> <br>
<br> <br>
<p> <p>
@@ -32,7 +32,7 @@
<% end %> <% end %>
<br> <br>
<br> <br>
<% cache ["schools", @school] do %>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<thead> <thead>
<tr> <tr>