diff --git a/app/views/bubbles/assignments/new.html.erb b/app/views/bubbles/assignments/new.html.erb index cea4d9815..5a6695f91 100644 --- a/app/views/bubbles/assignments/new.html.erb +++ b/app/views/bubbles/assignments/new.html.erb @@ -1,16 +1,14 @@ -<% cache [ @bubble ] do %> - <%= turbo_frame_tag @bubble, :assignment do %> - - Assign this to… +<%= turbo_frame_tag @bubble, :assignment do %> + + Assign this to… - <%= form_with url: bubble_assignments_path(@bubble), class: "flex flex-column full-width popup__list", data: { controller: "form" } do |form| %> - <% @bubble.bucket.users.active.alphabetically.each do |user| %> - - <% end %> + <%= form_with url: bubble_assignments_path(@bubble), class: "flex flex-column full-width popup__list", data: { controller: "form" } do |form| %> + <% @bubble.bucket.users.active.alphabetically.each do |user| %> + <% end %> - - <% end %> + <% end %> + <% end %>