Pipeline Stage

Feed: <%= @feed.title %>

Module: <%= @stage.module_name %>

<%= form_for @changeset, Routes.pipeline_path(@conn, :update, @feed.id, @stage.id), fn f -> %> <%= textarea f, :options, class: "form-control", rows: 15, style: "font-family: monospace;" %> <%= submit "Update", class: "btn btn-primary mt-2" %> <% end %>