X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f97f243abfaaae4b04d0dc7fc02e6f54685b16fb..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/app/views/projects/_show_subprojects.html.erb diff --git a/apps/workbench/app/views/projects/_show_subprojects.html.erb b/apps/workbench/app/views/projects/_show_subprojects.html.erb deleted file mode 100644 index 6e93a4a93a..0000000000 --- a/apps/workbench/app/views/projects/_show_subprojects.html.erb +++ /dev/null @@ -1,8 +0,0 @@ -<% - filters = [['uuid', 'is_a', "arvados#group"]] - @objects = @object.contents({limit: 50, include_linked: true, :filters => filters}) - objects_and_names = get_objects_and_names @objects - page_offset = next_page_offset @objects -%> - -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset} %>