about summary refs log tree commit diff
path: root/app/views/machines/show.html.erb
blob: 7870783ab96b62c2613d2fa742d13f975af9daf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
<p style="color: green"><%= notice %></p>

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

<div>
  <%= link_to "Back to machines", machines_path %>

  <%= button_to "Destroy this machine", @machine, method: :delete %>
</div>