X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/416c543625bb6a7195a48988dc8f32643ca10aa1..e0f4124bd0156f7cb029e5330e256086962f9e8e:/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 e6b7ef2034..567ca72504 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb @@ -32,6 +32,8 @@ <% 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 %>