1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 15:50:50 +00:00

Do not cache school buttons

This commit is contained in:
2016-01-13 15:19:04 +00:00
parent e502796863
commit 35e1a41220

View File

@@ -64,6 +64,7 @@
Yes Yes
<% end %></td> <% end %></td>
<td><%= wrestler.nextMatchBoutNumber %> <%= wrestler.nextMatchMatName %></td> <td><%= wrestler.nextMatchBoutNumber %> <%= wrestler.nextMatchMatName %></td>
<% end %>
<td> <td>
<%= link_to 'Show', wrestler , :class=>"btn btn-default btn-sm" %> <%= link_to 'Show', wrestler , :class=>"btn btn-default btn-sm" %>
<% if can? :manage, wrestler.school %> <% if can? :manage, wrestler.school %>
@@ -76,4 +77,4 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
<% end %>