about summary refs log tree commit diff
path: root/app/views/players/edit.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-09-14 17:25:37 -0400
committerBen Harris <ben@tilde.team>2021-09-14 17:25:37 -0400
commitd1a328f413f83a33398a3b1682c8a8327184b2b0 (patch)
tree02cbf8a46cd3de3688843f1b1f987e7247fa43da /app/views/players/edit.html.erb
parent68f5f71701f53dffba53b3390b8e01cc23cc3d9c (diff)
tidy up lists
Diffstat (limited to 'app/views/players/edit.html.erb')
-rw-r--r--app/views/players/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/players/edit.html.erb b/app/views/players/edit.html.erb
index 49cf670..1504b65 100644
--- a/app/views/players/edit.html.erb
+++ b/app/views/players/edit.html.erb
@@ -2,7 +2,7 @@
 
 <%= render "form", machine: @player %>
 
-<%= link_to "Delete", player_path(@player),
+<%= link_to "Delete #{@player.name}", player_path(@player),
     method: :delete,
     data: { confirm: "Are you sure?" } %>