diff --git a/app/views/cards/container/_title.html.erb b/app/views/cards/container/_title.html.erb index a9a5727dd..ccbebc0a0 100644 --- a/app/views/cards/container/_title.html.erb +++ b/app/views/cards/container/_title.html.erb @@ -8,7 +8,7 @@ <% end %> <% else %> - <%= form_with model: card, url: card_path(card), id: "card_form", data: { controller: "autoresize auto-save" } do |form| %> + <%= form_with model: card, id: "card_form", data: { controller: "autoresize auto-save" } do |form| %>