diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml
index 446eec4e9..72c3521e2 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