X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e2dc7f5b9068e23822391bd3cf987b6f14e83ec0..9d6ce80869e187a7c5a574ea5a5272bb89dd81ce:/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb b/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb index a24aaa23aa..a1b90ec765 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb @@ -28,16 +28,24 @@ <% end %> <% if n_inputs == 0 %> -

This pipeline does not need any further inputs specified. You can start it by clicking the "Run" button.

+
+

This pipeline does not need any further inputs specified. You can start it by clicking the "Run" button.

+
<% else %> -

Please choose values for the following <%= n_inputs > 1 ? 'inputs' : 'input' %> before starting the pipeline.

+
+

Provide <%= n_inputs > 1 ? 'values' : 'a value' %> for the following <%= n_inputs > 1 ? 'parameters' : 'parameter' %>, then click the "Run" button to start the pipeline.

+
<%= content_for :pi_input_form %> <%= form_tag @object, :method => :put do |f| %> <%= hidden_field @object.class.to_s.underscore.singularize.to_sym, :state, :value => 'RunningOnServer' %> <%= button_tag({class: 'btn btn-primary run-pipeline-button'}) do %> - Run + Run <% end %> <% end %> <% end %> + +
+

For a full list of pipeline components and parameters, click the "Components" tab above.

+