Have a new view showing users at /users/storage. No storage info yet, but it's a...
[arvados.git] / apps / workbench / app / views / application / _content.html.erb
index 3235e7c23983701eeaec76309c26ee45805147d6..53444a5c9c72defe283deff498996f1c8ffb7782 100644 (file)
@@ -24,3 +24,7 @@
 
 <% end %>
 
+<% content_for :js do %>
+    $(window).on('load', smart_scroll_fixup);
+    $(document).on('shown.bs.tab', 'ul.nav-tabs > li > a', smart_scroll_fixup);
+<% end %>