Merge branch 'master' into 3354-render-textile
[arvados.git] / apps / workbench / app / views / projects / _show_subprojects.html.erb
index 640aee1f2726085e477b5a8a21b11c569726e962..2c0ba6017831b5cab5c2361a98aa5a49ed9f1e1a 100644 (file)
@@ -1,4 +1,3 @@
-<%= render partial: 'show_tab_contents', locals: {
-    filters: [['uuid', 'is_a', ["arvados#group"]]],
-    tab_name: 'Data_collections'
-    } %>
+<%= render_pane 'tab_contents', to_string: true, locals: {
+    filters: [['uuid', 'is_a', ["arvados#group"]]]
+    }.merge(local_assigns) %>