about summary refs log tree commit diff
path: root/app/views/machines/edit.html.erb
blob: edef3035032f2e532c6a74d953054630185da61d (plain) (blame)
1
2
3
4
5
6
7
8
<h1>Edit <%= @machine.name %></h1>

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

<p><%= link_to "Delete #{@machine.name}", machine_path(@machine),
    method: :delete,
    data: { confirm: "Are you sure?" } %></p>