X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4bde33a6a4ad1390504e270ee2ea881a867b5d5b..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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 b6007da47d..c708c1f881 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render partial: "paging", locals: {results: @objects, object: @object} %> @@ -35,10 +39,10 @@ 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}", + 'pipeline_instance[description]' => "Created at #{Time.now.localtime}" + (ob.name.andand.size.andand>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' } + { class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: :get } ) do %> Run <% end %> @@ -49,7 +53,7 @@ <%= render_editable_attribute ob, 'name' %>
<% if ob.respond_to?(:description) and ob.description %> - <%= ob.description %> + <%= render_attribute_as_textile(ob, "description", ob.description, false) %>
<% end %> <% ob.components.collect { |k,v| k.to_s }.each do |k| %>