X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f8743ac8fa1ed9dc8c7c4f7a23803ffe8721cfa6..82b46502f25b6992c93bfe7689acc095aa447e5b:/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 c5c12792ce..74e02f79fe 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -3,8 +3,9 @@
- Collection storage status: + Collection storage status: <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> +
@@ -66,3 +67,7 @@ <% end # file_tree.each %> <%= raw(dirstack.map { |_| "" }.join("")) %> <% end # if file_tree %> + +<% content_for :footer_html do %> + +<% end %>