X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35cd1ab03e06910a2536bb473529511b8af20b94..7daa6c8ccfc68ec189b42522fa1481b7c31174a8:/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..8576d40440 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,13 +1,6 @@ <% content_for :tab_line_buttons do %> -
-
-
-
- Collection storage status: - <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> -
-
-
+Collection storage status: +<%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> <% end %> <% file_tree = @object.andand.files_tree %> @@ -34,6 +27,7 @@
<%= raw(human_readable_bytes_html(size)) %> + <% if !defined? no_checkboxes or !no_checkboxes %> <%= check_box_tag 'uuids[]', "#{@object.uuid}/#{file_path}", false, { :class => 'persistent-selection', :friendly_type => "File", @@ -42,6 +36,7 @@ uuid: @object.uuid, file: file_path), :title => "Include #{file_path} in your selections", } %> + <% end %> <%= link_to(raw(''), link_params.merge(disposition: 'inline'), {title: "View #{file_path}", class: "btn btn-info btn-sm"}) %> @@ -64,5 +59,9 @@ <% end # if file or directory %> <% end # file_tree.each %> - + <%= raw(dirstack.map { |_| "" }.join("")) %> <% end # if file_tree %> + +<% content_for :footer_html do %> + +<% end %>