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