3661: Added buttons for Copy and Move to the general #show page, showing them if...
[arvados.git] / apps / workbench / app / views / projects / _show_jobs_and_pipelines.html.erb
index f2e027588dbe4df85a823a35cdcc33569ebae324..df31fec8ee0bf19df7058fa358d0330636d06798 100644 (file)
@@ -1,4 +1,3 @@
-<%= render partial: 'show_tab_contents', locals: {
-    filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]],
-    tab_name: 'Data_collections'
-    } %>
+<%= render_pane 'tab_contents', to_string: true, locals: {
+    filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]]
+    }.merge(local_assigns) %>