X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e8db6685b64c6853eb3c5d3ee27ba58168c3c8e8..e0ecd284c0ca1b860a8cccd3414d765dbe6164e2:/apps/workbench/app/views/application/_show_recent.html.erb diff --git a/apps/workbench/app/views/application/_show_recent.html.erb b/apps/workbench/app/views/application/_show_recent.html.erb index 57a5b74e93..537cce7a31 100644 --- a/apps/workbench/app/views/application/_show_recent.html.erb +++ b/apps/workbench/app/views/application/_show_recent.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if objects.empty? %>

@@ -25,6 +29,9 @@ <%= controller.model_class.attribute_info[attr.to_sym].andand[:column_heading] or attr.sub /_uuid/, '' %> <% end %> + + + @@ -53,6 +60,9 @@ <% end %> <% end %> + + <%= render partial: 'show_home_button', locals: {object:object} %> + <%= render partial: 'delete_object_button', locals: {object:object} %>