diff --git a/app/views/people/show.mobile.haml b/app/views/people/show.mobile.haml index c07b90bf9..fc166e0b4 100644 --- a/app/views/people/show.mobile.haml +++ b/app/views/people/show.mobile.haml @@ -10,6 +10,8 @@ = person_image_tag @person, :thumb_medium %h2 = @person.name + %span.description + = @person.diaspora_handle - if user_signed_in? && !(@contact.persisted? || current_user.person == @person) - if @incoming_request