about summary refs log blame commit diff
path: root/app/views/players/show.html.erb
blob: 3d0bb787263c7ccbcb8bed95c39437f4bdb74c88 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                          
 
                                     

     


                                                                         
      
<% if not notice.nil? %><p style="color: green"><%= notice %></p><% end %>

<%= render "form", player: @player %>

<div>
  <%= link_to "Delete #{@player.name} ❌", @player, data: {
    turbo_method: :delete,
    turbo_confirm: "Are you sure you want to remove #{@player.name}?"} %>
</div>