Merge branch 'master' into 5420-collection-checkbox-selections
[arvados.git] / apps / workbench / app / views / collections / _show_source_summary.html.erb
index 592e802fa12c989205a3fa00fd38bff4ef8571bf..3d8032b4c214d975395bb894cac3432543985d6f 100644 (file)
@@ -1,3 +1,7 @@
+<p><i>Content size:</i><br />
+  <%= pluralize(@object.manifest.files_count, "file") %> totalling
+  <%= raw(human_readable_bytes_html(@object.manifest.files_size)) %></p>
+
 <% if not (@output_of.andand.any? or @log_of.andand.any?) %>
   <p><i>No source information available.</i></p>
 <% end %>