X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32af86f5f4a2849b12c96e40ed20d33b7682ba55..12d990a6590e5f23a5998d29a2d8efdb0f733688:/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 725d63db73..57129dfe96 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', @@ -7,6 +7,7 @@ action_method: 'post', action_data: {selection_param: 'pipeline_instance[owner_uuid]', 'pipeline_instance[pipeline_template_uuid]' => @object.uuid, + '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' }