X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ea1a5e8a4e5370dde8fc10ac3889b81053b11187..53e8fa61ae4275ac3c7c72f658553aea4c40fd13:/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' %>