X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b96a5d949f88fa4f11570ffdf3b951602a3ea4aa..c59093180fd92f0d7c6607a49458446212ebd058:/apps/workbench/app/views/collections/_show_source_summary.html.erb?ds=inline 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 51f9348450..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 %> @@ -9,8 +13,7 @@ <% if c[:output_uuid] == @object.uuid %> <%= cname %> component of <%= link_to_if_arvados_object(pipeline, friendly_name: true) %> <% if c.andand[:job].andand[:finished_at] %> - finished at <%= c[:job][:finished_at] %> + finished at <%= render_localized_date(c[:job][:finished_at]) %> <% end %>
<% end %>