X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78ae561901fff56fad51a5aea9c92f3cea6f4bb3..d3cb9460f0a30f9602508bed7507c906b8a6d91d:/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 051fbf4f62..9b55f5c5e5 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,3 +1,24 @@ + +
<% if !defined? no_checkboxes or !no_checkboxes %>
@@ -16,6 +37,13 @@ %>
+
+ + +
+
+
+

@@ -42,7 +70,7 @@ <% else %> <% link_params = {controller: 'collections', action: 'show_file', uuid: @object.portable_data_hash, file: file_path, size: size} %> -

+
<%= raw(human_readable_bytes_html(size)) %> <% disable_search = (Rails.configuration.filename_suffixes_with_view_icon.include? file_path.split('.')[-1]) ? false : true %> @@ -55,7 +83,8 @@
- <% if !defined? no_checkboxes or !no_checkboxes %> + <% if !defined? no_checkboxes or !no_checkboxes or + (!params['use_checkbox_selection'].nil? and params['use_checkbox_selection'] == 'true') %> <%= check_box_tag 'uuids[]', "#{@object.uuid}/#{file_path}", false, { :class => 'persistent-selection', :friendly_type => "File",