Merge branch '3198-inode-cache' into 3198-writable-fuse, fix tests.
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
index 426a497a605111eb8e56e1c60e114b2dda393f17..ff597d9994ad05663f14d443ef7b56ecdba3969f 100644 (file)
@@ -1,6 +1,10 @@
-<%= content_for :content_top %>
-<br clear="all" />
-<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>
+
 <%= content_for :tab_panes %>
+
+<%= render :partial => 'loading_modal' %>