pinrails/app/views/machines/show.html.erb

10 lines
218 B
Plaintext

<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>