X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb9235f1b9abe0661eb7640c4db0ab7001f90f1d..86b14bac0b6413dd033285a4357cc7edd05a22b3:/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 57129dfe96..02ebd6d9cd 100644 --- a/apps/workbench/app/views/pipeline_templates/show.html.erb +++ b/apps/workbench/app/views/pipeline_templates/show.html.erb @@ -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 %>