X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/20347d900fb2d75a3f3eef91d4da17a559b0ecd6..5b5c9a43929d392f32f7a4db1393df2dd106cbeb:/apps/workbench/app/views/collections/_show_files.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 4b63162be0..5b6dac81ed 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,75 +1,119 @@ -<% content_for :css do %> -.file-list-inline-image { - width: 50%; - height: auto; + + +
+ <% 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? %> +

This collection is empty.

+<% else %> + + <% end %> +
  • + <% if size.nil? # This is a subdirectory. %> + <% dirstack.push(File.join(dirname, filename)) %> +
    +
    <%= filename %>
    +
    +