From 9be032beda5cd14c1573eca6ebfb9b47eff1dc78 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Sun, 6 Oct 2024 12:41:28 -0400 Subject: [PATCH] Add close/collapse actions --- app/views/bubbles/_color.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/_color.html.erb b/app/views/bubbles/_color.html.erb index 0ff307628..55630ba08 100644 --- a/app/views/bubbles/_color.html.erb +++ b/app/views/bubbles/_color.html.erb @@ -4,7 +4,7 @@ Change color - + <%= form_with model: bubble, url: bucket_bubble_path(bubble.bucket, bubble), data: { controller: "form", action: "change->form#submit" } do |form| %> <% Bubble::COLORS.each do |color| %>