X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fde712e92ad33e03dfd79f5fca99d2005cdd0795..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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 519e8853f3..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 == 'project' %> +<%# 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' %>