X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5337814593c504ef71e9f517dc1d99d41e19784..9126da70d57cdd32938c4b3814fedf2bd1f1db93:/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb b/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb index f2e027588d..df31fec8ee 100644 --- a/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb +++ b/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb @@ -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) %>