diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml index d9399bc8f..ab86085b5 100644 --- a/app/views/shared/_stream_element.html.haml +++ b/app/views/shared/_stream_element.html.haml @@ -17,7 +17,7 @@ - if post.public? %li= t('the_world') - else - - for aspect in post.aspects + - for aspect in aspects.select{|a| post.aspect_ids.include?(a.id)} %li= link_to aspect.name, aspect .right