diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml
index 446eec4e994967a8a66628dcfd0bfc8ee65f8073..72c3521e267c45968588f74bc13cde943cc7c83a 100644
--- a/app/views/shared/_stream_element.html.haml
+++ b/app/views/shared/_stream_element.html.haml
@@ -10,7 +10,7 @@
     .from
       %a{:href => "/people/#{person.id}"}=person.real_name
 
-      - if current_user.owns?(post)
+      - if person.owner_id == current_user.id
         .aspect
           âž”
           %ul