Merge branch 'master' into 2257-inequality-conditions
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_components.html.erb
1 <% content_for :tab_line_buttons do %>
2   <%= form_tag '/pipeline_instances' do |f| %>
3   <%= hidden_field :pipeline_instance, :pipeline_template_uuid, :value => @object.uuid %>
4   <%= button_tag "Create pipeline", {class: 'btn btn-primary pull-right', id: "run-pipeline-button"} %>
5 <% end %>
6 <% end %>
7
8 <%= render partial: 'pipeline_templates/show_components_template', locals: {:template => @object, :obj => nil} %>