% @page_title = "Workflows" %> <% content_for :header do %> <%= link_to_back fallback_path: users_path %> <%= @page_title %> <%= link_to new_workflow_path, class: "btn flex-item-justify-end" do %> <%= icon_tag "add" %> Create a new workflow <% end %> <% end %> <%= turbo_frame_tag :workflows do %> <%= render partial: "workflows/workflow", collection: @workflows %> <% end %>