diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml
index 1c869ca00..4caa6130c 100644
--- a/app/views/shared/_stream_element.html.haml
+++ b/app/views/shared/_stream_element.html.haml
@@ -44,9 +44,11 @@
- if post.author.owner_id == current_user.id
%span.post_scope{:title => t('.shared_with', :aspect_names => aspects_with_post(all_aspects, post).map!{|a| a.name}.join(', '))}
= t('limited')
+ (#{aspects_with_post(all_aspects, post).size})
- else
%span.post_scope
= t('limited')
+ (#{aspects_with_post(all_aspects, post).size})
ยท
%span.via