about summary refs log blame commit diff
path: root/app/views/machines/show.html.erb
blob: 1af79f987e39caa9a62ebf977dd8655767e95841 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









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