9799: Fix show/hide "cancel container req" button: check ArvadosBase#editable?, and...
[arvados.git] / apps / workbench / app / models / collection.rb
index a8eebf367e3284ab4fb6909bff6ec2294ae2a979..13f5357faadba842e57bbc24b1bdc883509ed7f6 100644 (file)
@@ -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