about summary refs log tree commit diff
path: root/app/views/machines/_form.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-09-14 17:25:37 -0400
committerBen Harris <ben@tilde.team>2021-09-14 17:25:37 -0400
commitd1a328f413f83a33398a3b1682c8a8327184b2b0 (patch)
tree02cbf8a46cd3de3688843f1b1f987e7247fa43da /app/views/machines/_form.html.erb
parent68f5f71701f53dffba53b3390b8e01cc23cc3d9c (diff)
tidy up lists
Diffstat (limited to 'app/views/machines/_form.html.erb')
-rw-r--r--app/views/machines/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/machines/_form.html.erb b/app/views/machines/_form.html.erb
index 1f693aa..d7edc05 100644
--- a/app/views/machines/_form.html.erb
+++ b/app/views/machines/_form.html.erb
@@ -1,4 +1,4 @@
-<%= form_with model: @machine do |form| %>
+<%= form_with model: @machine, data: { "turbo" => "false" } do |form| %>
   <br>
   <div>
     <%= form.label :name %><br>