Added the number of aspects a message is posted to next to the 'limited' text
This commit is contained in:
parent
8df5ba0c77
commit
cc3702d733
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue