X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e24edb1d9624b6aed38464c70cab5027586abbc..47e59a35d5ed9b2cdb052894d741972324058505:/apps/workbench/app/views/application/_content_layout.html.erb diff --git a/apps/workbench/app/views/application/_content_layout.html.erb b/apps/workbench/app/views/application/_content_layout.html.erb index c8e3827720..4aff081476 100644 --- a/apps/workbench/app/views/application/_content_layout.html.erb +++ b/apps/workbench/app/views/application/_content_layout.html.erb @@ -1,13 +1,14 @@ -<%= content_for :content_top %> - <% if @object and @object.is_a?(Group) and @object.group_class.in?(['project','folder']) %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +
+ <%= content_for :content_top %>
<%= content_for :tab_line_buttons %>
-
-<% else %> -
-
- <%= content_for :tab_line_buttons %> -
-<% end %> +
+ <%= content_for :tab_panes %> + +<%= render :partial => 'loading_modal' %>