diff --git a/app/views/cards/container/_title.html.erb b/app/views/cards/container/_title.html.erb index a765364a8..47a6a0924 100644 --- a/app/views/cards/container/_title.html.erb +++ b/app/views/cards/container/_title.html.erb @@ -1,5 +1,6 @@ <% if card.published? %> - <%= turbo_frame_tag card, :edit, data: { turbo_permanent: true } do %> +
+ <%= turbo_frame_tag card, :edit do %>

<%= link_to card.title, edit_card_path(card), class: "card__title-link" %>

@@ -15,6 +16,7 @@ e <% end %> <% end %> +
<% else %> <%= form_with model: card, id: "card_form", data: { controller: "autoresize auto-save" } do |form| %>