diff --git a/app/views/bubbles/_date.html.erb b/app/views/bubbles/_date.html.erb index e57d4c056..f67f885b1 100644 --- a/app/views/bubbles/_date.html.erb +++ b/app/views/bubbles/_date.html.erb @@ -1,5 +1,5 @@ <% if bubble.due_on.present? %> - <%= form_with model: bubble, data: { controller: "form" } do | form | %> + <%= form_with model: bubble, data: { controller: "form" } do |form| %>