X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35cd1ab03e06910a2536bb473529511b8af20b94..9e9506f9acce0d11a82f7abcea31680761d6427b:/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..e592ee4959 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,22 +1,10 @@ -<% content_for :tab_line_buttons do %> -
-
-
-
- Collection storage status: - <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> -
-
-
-<% end %> - <% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %>

This collection is empty.

<% else %> @@ -30,18 +18,20 @@ + <%= raw(dirstack.map { |_| "" }.join("")) %> <% end # if file_tree %> + +<% content_for :footer_html do %> + +<% end %>