X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5f62b0c02ef381f4617a4201197e34998638308e..1bb7352bf1425dc9acf028f863eaff1e5c207571:/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..5b6dac81ed 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,10 +1,61 @@ + + +
+ <% 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 +69,33 @@
<% end %> @@ -60,3 +115,5 @@ <% content_for :footer_html do %> <% end %> + +