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

11 lines
269 B
Plaintext
Raw Normal View History

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