% n_inputs = 0 %> <% content_for :pi_input_form do %>
<% end %> <% if n_inputs == 0 %>This pipeline does not need any further inputs specified. You can start it by clicking the "Run" button whenever you're ready. (It's not too late to change existing settings, though.)
<% else %> <%= render_unreadable_inputs_present %>Provide <%= n_inputs > 1 ? 'values' : 'a value' %> for the following <%= n_inputs > 1 ? 'parameters' : 'parameter' %>, then click the "Run" button to start the pipeline.
<% if @object.editable? %> <%= content_for :pi_input_form %> <%= link_to(url_for('pipeline_instance[state]' => 'RunningOnServer'), class: 'btn btn-primary run-pipeline-button', method: :patch ) do %> Run <% end %> <% end %> <% end %>Click the "Components" tab above to see a full list of pipeline settings.