diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index e368449d2..483e0b3d0 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -23,7 +23,7 @@ .stream_container - - if user_signed_in? && current_user.person == @person + - if user_signed_in? && current_user.person.id == @person.id = render 'publisher/publisher', publisher_aspects_for(nil) #main_stream.stream