about summary refs log tree commit diff
path: root/app/views/machines/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/machines/show.html.erb')
-rw-r--r--app/views/machines/show.html.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/machines/show.html.erb b/app/views/machines/show.html.erb
index 7870783..19e5f19 100644
--- a/app/views/machines/show.html.erb
+++ b/app/views/machines/show.html.erb
@@ -3,7 +3,5 @@
 <%= render "form", machine: @machine %>
 
 <div>
-  <%= link_to "Back to machines", machines_path %>
-
-  <%= button_to "Destroy this machine", @machine, method: :delete %>
+  <%= button_to "Delete #{@machine.name}", @machine, method: :delete %>
 </div>