X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f9aa0401350fc8a41a2dce81151da4aa050e771..1ab33aed37fdcd448fe224375951089282901c48:/apps/workbench/app/views/collections/_show_chooser_preview.html.erb diff --git a/apps/workbench/app/views/collections/_show_chooser_preview.html.erb b/apps/workbench/app/views/collections/_show_chooser_preview.html.erb index 4477357e72..77dacc4356 100644 --- a/apps/workbench/app/views/collections/_show_chooser_preview.html.erb +++ b/apps/workbench/app/views/collections/_show_chooser_preview.html.erb @@ -1,2 +1,6 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render partial: "show_source_summary" %> -<%= render partial: "show_files" %> +<%= render partial: "show_files", locals: {no_checkboxes: true, use_preview_selection: params['use_preview_selection']} %>