X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..c7399ec7afdf0cfdd0f3177f410f102083a26e15:/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb diff --git a/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb b/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb index fb9a30593a..d0f36b174c 100644 --- a/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb +++ b/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
<% any = false %> <% recent_jobs_and_pipelines[0..9].each do |object| %> @@ -6,7 +10,7 @@
<%= render :partial => "show_object_button", :locals => {object: object, size: 'xs'} %> <% if object.respond_to?(:name) %> - <%= render_editable_attribute object, 'name', nil, {tiptitle: 'rename'} %> + <%= render_editable_attribute object, 'name', nil, {}, {tiptitle: 'rename'} %> <% else %> <%= object.class_for_display %> <%= object.uuid %> <% end %>