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








                                                  
<h1>New machine</h1>

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

<br>

<div>
  <%= link_to "Back to machines", machines_path %>
</div>