diff --git a/app/views/collections/edit/_workflows.html.erb b/app/views/collections/edit/_workflows.html.erb index 28c8f521d..8fa62947d 100644 --- a/app/views/collections/edit/_workflows.html.erb +++ b/app/views/collections/edit/_workflows.html.erb @@ -19,5 +19,5 @@ <% end %> -

<%= link_to "Manage workflows", workflows_path, class: "btn btn--plain txt-link" %>

+

<%= link_to "Manage workflows", workflows_path, class: "btn btn--plain txt-link", data: { turbo_frame: "_top" } %>

<% end %>