mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 22:44:14 +00:00
Added spot to control a match
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
<td><%= mat.name %></td>
|
||||
<td>
|
||||
<% if tournament_permissions(@tournament) %>
|
||||
<%= link_to 'Destroy', mat, method: :delete, data: { confirm: 'Are you sure?' }, :class=>"btn btn-danger" %>
|
||||
<%= link_to 'Show', mat, :class=>"btn btn-default" %>
|
||||
<%= link_to 'Destroy', mat, method: :delete, data: { confirm: 'Are you sure?' }, :class=>"btn btn-danger" %>
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user