X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b53be4b88fce28f4aa08da8d869653fcb7edb062..8deda2012ea7e25610f2cbd0a271e131d9364503:/apps/workbench/app/views/collections/_show_files.html.erb diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 9fdd32b733..76d8731a93 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,4 +1,36 @@ -
+ + +<% + preview_selectable_container = '' + preview_selectable = '' + padding_left = '1em' + if !params['use_preview_selection'].nil? and params['use_preview_selection'] == 'true' + preview_selectable_container = 'preview-selectable-container selectable-container' + preview_selectable = 'preview-selectable selectable' + padding_left = '0em' + end +%> + +
<% if !defined? no_checkboxes or !no_checkboxes %>
@@ -6,7 +38,9 @@
+
+ + +
+
+
+

@@ -23,7 +64,7 @@ <% if file_tree.nil? or file_tree.empty? %>

This collection is empty.

<% else %> -