about summary refs log tree commit diff
path: root/app/views/machines/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/machines/_form.html.erb')
-rw-r--r--app/views/machines/_form.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/machines/_form.html.erb b/app/views/machines/_form.html.erb
index 6d7aff3..1f693aa 100644
--- a/app/views/machines/_form.html.erb
+++ b/app/views/machines/_form.html.erb
@@ -1,4 +1,5 @@
 <%= form_with model: @machine do |form| %>
+  <br>
   <div>
     <%= form.label :name %><br>
     <%= form.text_field :name %>
@@ -6,6 +7,7 @@
       <div><%= message %></div>
     <% end %>
   </div>
+  <br>
 
   <div>
     <%= form.label :edition %><br>
@@ -14,8 +16,10 @@
       <div><%= message %></div>
     <% end %>
   </div>
+  <br>
 
   <div>
     <%= form.submit %>
   </div>
+  <br>
 <% end %>