closes #9514
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_inputs.html.erb
index e6b7ef20347cf2a5c25af1b0304da4554a981b7a..567ca72504146667b3f7c04c4be70775466426bf 100644 (file)
@@ -32,6 +32,8 @@
 <% if n_inputs == 0 %>
   <p>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.)</p>
 <% else %>
+  <%= render_unreadable_inputs_present %>
+
   <p><i>Provide <%= n_inputs > 1 ? 'values' : 'a value' %> for the following <%= n_inputs > 1 ? 'parameters' : 'parameter' %>, then click the "Run" button to start the pipeline.</i></p>
   <% if @object.editable? %>
     <%= content_for :pi_input_form %>