X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cd00c7d65d724ea78fe6e59dda333241a7c0775a..a1c3389d7fe54a7311609e7f74b5a9b3ea825c94:/apps/workbench/app/models/collection.rb diff --git a/apps/workbench/app/models/collection.rb b/apps/workbench/app/models/collection.rb index a8eebf367e..13f5357faa 100644 --- a/apps/workbench/app/models/collection.rb +++ b/apps/workbench/app/models/collection.rb @@ -37,8 +37,6 @@ class Collection < ArvadosBase def content_summary if total_bytes > 0 ApplicationController.helpers.human_readable_bytes_html(total_bytes) + " " + super - elsif description - description else super + " modified at " + modified_at.to_s end