Merge branch '3198-inode-cache' into 3198-writable-fuse, fix tests.
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
index 3e50b6eb8c3a97e19fb485909a2dbaf2fcd819a9..ff597d9994ad05663f14d443ef7b56ecdba3969f 100644 (file)
@@ -1,6 +1,10 @@
-<%= content_for :content_top %>
-<div class="pull-right">
-  <%= content_for :tab_line_buttons %>
+<div class="clearfix">
+  <%= content_for :content_top %>
+  <div class="pull-right">
+    <%= content_for :tab_line_buttons %>
+  </div>
 </div>
-<br clear="all" />
+
 <%= content_for :tab_panes %>
+
+<%= render :partial => 'loading_modal' %>