X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/437725d13f8775b29ad3e279a07b0bd4b7f8d098..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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} %>