about summary refs log tree commit diff
path: root/app/views/players/index.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-01-31 14:28:00 -0500
committerBen Harris <ben@tilde.team>2022-01-31 14:28:00 -0500
commitb483ff56c663e2d346df8f1f243100007c2c93c9 (patch)
treec1d44b91cd94005e409be18be2745898c5eb9090 /app/views/players/index.html.erb
parentc95a61fc056f6a2d7fdb82f9288948a890a3bac5 (diff)
tidy up, add git hash to src link
Diffstat (limited to 'app/views/players/index.html.erb')
-rw-r--r--app/views/players/index.html.erb2
1 files changed, 1 insertions, 1 deletions
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 %></td>
         <td><%= player.strikes %></td>
-        <td><%= link_to "X", player, data: {
+        <td><%= link_to "❌", player, data: {
           turbo_method: :delete,
           turbo_confirm: "Are you sure you want to remove #{player.name}?"
         } %></td>