Link should break out of frame

This commit is contained in:
Jason Zimdars
2025-07-03 10:13:09 -05:00
parent 1dfe541bd4
commit 954d209cbc
@@ -19,5 +19,5 @@
</div>
<% end %>
</div>
<p class="margin-block-end-double"><%= link_to "Manage workflows", workflows_path, class: "btn btn--plain txt-link" %></p>
<p class="margin-block-end-double"><%= link_to "Manage workflows", workflows_path, class: "btn btn--plain txt-link", data: { turbo_frame: "_top" } %></p>
<% end %>