1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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
<% 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 %>
@@ -76,4 +77,4 @@
<% end %>
</tbody>
</table>
<% end %>