X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2bab50e5573bec3e46585fe23e2ffb26b1b8fe55..8b95d2e5cb658d61d68262df278653261bd9791c:/apps/workbench/app/views/collections/_show_source_summary.html.erb diff --git a/apps/workbench/app/views/collections/_show_source_summary.html.erb b/apps/workbench/app/views/collections/_show_source_summary.html.erb index 592e802fa1..3d8032b4c2 100644 --- a/apps/workbench/app/views/collections/_show_source_summary.html.erb +++ b/apps/workbench/app/views/collections/_show_source_summary.html.erb @@ -1,3 +1,7 @@ +

Content size:
+ <%= pluralize(@object.manifest.files_count, "file") %> totalling + <%= raw(human_readable_bytes_html(@object.manifest.files_size)) %>

+ <% if not (@output_of.andand.any? or @log_of.andand.any?) %>

No source information available.

<% end %>