X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44cc8137d0a0f71ddf0cea123c66ef4c34b50061..4bde33a6a4ad1390504e270ee2ea881a867b5d5b:/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb index c580e46b38..b6007da47d 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb @@ -35,11 +35,12 @@ action_method: 'post', action_data: {selection_param: 'pipeline_instance[owner_uuid]', 'pipeline_instance[pipeline_template_uuid]' => ob.uuid, + 'pipeline_instance[description]' => "Created using the pipeline template *#{ob.name}* at #{Time.now.localtime}", 'success' => 'redirect-to-created-object' }.to_json), { class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: 'get' } ) do %> - Run + Run <% end %>