diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 472d6a9dd..1c7dd2368 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -13,7 +13,7 @@ -unless @posts.first.nil? %li %i= "last seen: #{how_long_ago(@posts.first)}" - - unless @person == current_user.person || not current_user.friends.include?(@person) + - if @person != current_user.person && current_user.friends.include?(@person) %li %i= "friends since: #{how_long_ago(@person)}" %li