Merge branch 'master' into 2903-remove-pi-active-and-success
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
index 0d34ba00c28142fde655c61fa6d0778cac4100d0..1624fd7eb01d4f9cb56a2627fee1ffb1ac83928e 100644 (file)
@@ -1,8 +1,8 @@
 <% content_for :tab_line_buttons do %>
   <%= form_tag '/pipeline_instances' do |f| %>
   <%= hidden_field :pipeline_instance, :pipeline_template_uuid, :value => @object.uuid %>
-  <%= button_tag "Create pipeline", {class: 'btn btn-primary pull-right', id: "run-pipeline-button"} %>
+  <%= button_tag "Run this pipeline", {class: 'btn btn-primary pull-right', id: "run-pipeline-button"} %>
 <% end %>
 <% end %>
 
-<%= render partial: 'pipeline_templates/show_components_template', locals: {:template => @object, :obj => nil} %>
+<%= render partial: 'pipeline_instances/show_components_editable', locals: {editable: false} %>