X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f01a7f0a7316be945a009172aa1899d1c1a727b..45f25c3c3db844e2fa54d0d8761607ecc4304149:/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb?ds=inline 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 16fabcfda2..4c92643ec2 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 at #{Time.now.localtime}" + (ob.name.andand.size>0 ? " using the pipeline template *#{ob.name}*" : ""), '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 %>