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

10 lines
218 B
Plaintext
Raw Normal View History

2022-01-15 17:10:26 +00:00
<p style="color: green"><%= notice %></p>
2022-01-15 17:32:36 +00:00
<%= render "form", machine: @machine %>
2022-01-15 17:10:26 +00:00
<div>
<%= link_to "Back to machines", machines_path %>
<%= button_to "Destroy this machine", @machine, method: :delete %>
</div>