1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-15 17:59:39 +00:00

Added dismissable alerts

This commit is contained in:
2019-01-24 13:46:09 +00:00
parent ceb7645490
commit a834b38a8e
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<% if can? :manage, @tournament %>
| <%= link_to "Edit #{@tournament.name}", edit_tournament_path(@tournament), :class=>"btn btn-primary" %>
<%= link_to "Edit #{@tournament.name}", edit_tournament_path(@tournament), :class=>"btn btn-primary" %>
<% end %>