3531: Dry up tab pane rendering. Fix copy-and-paste error on tab_name.
[arvados.git] / apps / workbench / app / views / projects / _show_subprojects.html.erb
index cd9c3e613b8e9f8cb004d53d117c1d42855fda89..2aa236437e8fc10a77e64ef9e29d321a066289d1 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"]]]
+    } %>