3321: Workbench copes when pipeline components have an odd form.
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
index bd4870000366b617726663a2291c215a89ad8a7a..1f2c1baaf4930dda3da6a179652d9fe43fdf7fe8 100644 (file)
@@ -11,8 +11,8 @@
                                                   }.to_json),
                 { class: "btn btn-primary btn-sm", remote: true, method: 'get' }
                ) do %>
-                   Run this pipeline 
+                   Run this pipeline
                  <% end %>
 <% end %>
 
-<%= render partial: 'pipeline_instances/show_components_editable', locals: {editable: false} %>
+<%= render_pipeline_components("editable", :json, editable: false) %>