X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/783343e5aca00f730315d943cecf74e4277a38e7..47178c71032b476e34fd0c6b10065e1b96a568f1:/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..04696845fd 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 @@ -6,7 +6,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 %>