about summary refs log tree commit diff
path: root/app/views/machines/edit.html.erb
blob: 477a0ee3b30043132f1177e2b53d1fdbd70fdcb4 (plain) (blame)
1
2
3
4
5
6
7
8
<h1>Edit Pinball Machine</h1>

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

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