Files
fizzy/app/views/workflows/index.html.erb
T
2024-10-28 17:43:01 -05:00

8 lines
264 B
Plaintext

<%= turbo_frame_tag :workflows do %>
<section class="flex flex-column gap fill-shade border-radius">
<%= render partial: "workflows/workflow", collection: @workflows %>
</section>
<%= link_to "New workflow", new_workflow_path, class: "btn" %>
<% end %>