% @page_title = "Workflows" %> <% content_for :header do %> <%= link_to account_users_path, class: "btn flex-item-justify-start", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Go back <% end %> <%= @page_title %> <%= link_to new_workflow_path, class: "btn flex-item-justify-end" do %> <%= image_tag "add.svg", aria: { hidden: true }, size: 24 %> Create a new workflow <% end %> <% end %> <%= turbo_frame_tag :workflows do %> <%= render partial: "workflows/workflow", collection: @workflows %> <% end %>