X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1a0a58c4f22af82e0a37440af3b0948771bca5e1..d585a31fb1a2b2c4964ff2c8928a42358e8a060f:/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 ea55577e70..9fdd32b733 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,10 +1,31 @@ +
+ <% if !defined? no_checkboxes or !no_checkboxes %> +
+
+
+ + +
+
+
+

+ <% end %> + <% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %>

This collection is empty.

<% else %> @@ -18,29 +39,33 @@
<%= link_to(image_tag("#{url_for @object}/#{file_path}"), @@ -48,7 +73,7 @@ {title: file_path}) %>
<% else %> -
<%= filename %>
+ <%= filename %> <% end %> @@ -60,3 +85,5 @@ <% content_for :footer_html do %> <% end %> + +