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 640aee1f2726085e477b5a8a21b11c569726e962..2aa236437e8fc10a77e64ef9e29d321a066289d1 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"]]]
     } %>