Edit <%= @pipeline.name %>
<%= for {stage, index} <- Enum.with_index(@pipeline.stages) do %>
<%= component_for(@socket, stage, index) %>
<% end %>
<%= f = form_for :stage, "#", [class: "mt-4", phx_submit: :add_stage] %>
<%= submit "Add Stage", class: "btn btn-primary" %>