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

8 lines
169 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>
2022-01-15 19:08:29 +00:00
<%= button_to "Delete #{@machine.name}", @machine, method: :delete %>
2022-01-15 17:10:26 +00:00
</div>