X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27ffca811e6f43225fc82d582d1962eebbd1ab6e..4609a76d9b84e0f63233cdf6dcbef376b1686b69:/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 %>