X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/137c26497b8bf7454da2e62842e038f69569604b..01463a6fad519def1d3558ddb9c518a605fc9cc2:/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 8576d40440..ea55577e70 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,8 +1,3 @@ -<% 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.