X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e08c67024acccb83a30d2010c34862973b883585..4cfb296612f7b483b56c36f119ca175def706d2f:/apps/workbench/app/views/projects/_index_jobs_and_pipelines.html.erb?ds=sidebyside 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 4c066f9d73..fb9a30593a 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 @@ -2,11 +2,11 @@ <% any = false %> <% recent_jobs_and_pipelines[0..9].each do |object| %> <% any = true %> -
+
<%= render :partial => "show_object_button", :locals => {object: object, size: 'xs'} %> <% if object.respond_to?(:name) %> - <%= render_editable_attribute object, 'name', nil, {tiptitle: 'rename', btnplacement: :left} %> + <%= render_editable_attribute object, 'name', nil, {tiptitle: 'rename'} %> <% else %> <%= object.class_for_display %> <%= object.uuid %> <% end %>