about summary refs log tree commit diff
path: root/app/views/machines/edit.html.erb
blob: a39047705b370ec0d62998c1ac71c3378625ba95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>Editing machine</h1>

<%= render "form", machine: @machine %>

<br>

<div>
  <%= link_to "Show this machine", @machine %> |
  <%= link_to "Back to machines", machines_path %>
</div>