X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..d07841a4b10d5677a6e4f80df1ba4f1a8bd13be9:/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 02efdf9999..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] %>