X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cf946bc2ac7370431c193463ab865d71bc32ed3..fb9235f1b9abe0661eb7640c4db0ab7001f90f1d:/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 8576d40440..9fdd32b733 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,7 +1,23 @@ -<% content_for :tab_line_buttons do %> -Collection storage status: -<%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> -<% end %> +
+ <% if !defined? no_checkboxes or !no_checkboxes %> +
+
+
+ + +
+
+
+

+ <% end %> <% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %> @@ -9,7 +25,7 @@ <% else %>

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