X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d81ea65da05119d5c6480d373b5d42bbee8ae1ad..b7f67c80916c2efa0c234ab5f4e92c24d47223c5:/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..051fbf4f62 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,10 +1,33 @@ +
+ <% 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 +41,33 @@
<%= link_to(image_tag("#{url_for @object}/#{file_path}"), @@ -48,7 +75,7 @@ {title: file_path}) %>
<% else %> -
<%= filename %>
+ <%= filename %> <% end %> @@ -60,3 +87,5 @@ <% content_for :footer_html do %> <% end %> + +