From b483ff56c663e2d346df8f1f243100007c2c93c9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 31 Jan 2022 14:28:00 -0500 Subject: tidy up, add git hash to src link --- app/views/players/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/players/index.html.erb') diff --git a/app/views/players/index.html.erb b/app/views/players/index.html.erb index eb209b0..a635ded 100644 --- a/app/views/players/index.html.erb +++ b/app/views/players/index.html.erb @@ -18,7 +18,7 @@ <% if player.paid %>✓ <% end %> <%= player.strikes %> - <%= link_to "X", player, data: { + <%= link_to "❌", player, data: { turbo_method: :delete, turbo_confirm: "Are you sure you want to remove #{player.name}?" } %> -- cgit 1.4.1