diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index a10146011..403d7e108 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) .stream.clearfix#main_stream