X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c5de14523d1e90297c091675ee621ce6664f65b..370df5a95b6b143885fa4d96be90c51f25f8ad14:/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 38c5d00ba1..5b6dac81ed 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,14 +1,53 @@ -<% content_for :tab_line_buttons do %> -
-
-
+ + +
+ <% if !defined? no_checkboxes or !no_checkboxes %> +
+
+
+ + +
+
+ + +
+
- Collection storage status: - <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> +
-
-<% end %> +

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

@@ -30,27 +69,33 @@
<% end %> <% end # if file or directory %> <% end # file_tree.each %> - + <%= raw(dirstack.map { |_| "" }.join("")) %> <% end # if file_tree %> + +<% content_for :footer_html do %> + +<% end %> + +