20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
index c8e38277201b7a465fcc53a1f7b82556d7c18f31..4aff0814763ea5ac967f8ae01af0e6d0b4da6edb 100644 (file)
@@ -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 %>
+
+<div class="clearfix">
+  <%= content_for :content_top %>
   <div class="pull-right">
     <%= content_for :tab_line_buttons %>
   </div>
-  <br clear="all" />
-<% else %>
-  <br clear="all" />
-  <div class="pull-right">
-    <%= content_for :tab_line_buttons %>
-  </div>
-<% end %>
+</div>
+
 <%= content_for :tab_panes %>
+
+<%= render :partial => 'loading_modal' %>