X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a2107d5fc7982769c2d667e51656a6e2529d9bc9..7fb83a3380e62721801a4980c48ba78208c7b2e2:/apps/workbench/app/views/application/_content.html.erb diff --git a/apps/workbench/app/views/application/_content.html.erb b/apps/workbench/app/views/application/_content.html.erb index 53444a5c9c..8a0624b7af 100644 --- a/apps/workbench/app/views/application/_content.html.erb +++ b/apps/workbench/app/views/application/_content.html.erb @@ -4,7 +4,7 @@ <% pane_list ||= %w(recent) %> <% panes = Hash[pane_list.map { |pane| [pane, render(partial: 'show_' + pane.downcase, - locals: { comparable: comparable })] + locals: { comparable: comparable, objects: @objects })] }.compact] %>