Merge branch '19954-permission-dedup-doc'
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
index 1bc0b855b4a520171de8c1e8b1c350b7b9ec82e9..4aff0814763ea5ac967f8ae01af0e6d0b4da6edb 100644 (file)
@@ -1,5 +1,14 @@
-<%= content_for :content_top %>
-<div class="pull-right">
-  <%= content_for :tab_line_buttons %>
+<%# 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>
 </div>
+
 <%= content_for :tab_panes %>
+
+<%= render :partial => 'loading_modal' %>