X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2df94bb061c94971288736299fa09357236bd13b..5d0474c43296f2bac56c5b40e1d50ab0022a28b1:/apps/workbench/app/views/pipeline_templates/show.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/show.html.erb b/apps/workbench/app/views/pipeline_templates/show.html.erb index 723bce63da..02ebd6d9cd 100644 --- a/apps/workbench/app/views/pipeline_templates/show.html.erb +++ b/apps/workbench/app/views/pipeline_templates/show.html.erb @@ -1,5 +1,5 @@ <% content_for :tab_line_buttons do %> - <%= button_to(choose_projects_path(id: "run-pipeline-button", + <%= link_to(choose_projects_path(id: "run-pipeline-button", title: 'Choose project', editable: true, action_name: 'Choose', @@ -10,9 +10,9 @@ 'pipeline_instance[description]' => "Created at #{Time.now.localtime}" + (@object.name.andand.size.andand>0 ? " using the pipeline template *#{@object.name}*" : ""), 'success' => 'redirect-to-created-object' }.to_json), - { class: "btn btn-primary btn-sm", remote: true, method: 'get' } + { class: "btn btn-primary btn-sm", remote: true, method: 'get', title: 'Run this pipeline' } ) do %> - Run this pipeline + Run this pipeline <% end %> <% end %>