diff --git a/app/views/people/_sub_header.html.haml b/app/views/people/_sub_header.html.haml index fd9b705472e1db2e81bbf3aba86e8ee28604c3c9..fd3f5e9babe5857ef05f3c2b2efbe46f6c7286d4 100644 --- a/app/views/people/_sub_header.html.haml +++ b/app/views/people/_sub_header.html.haml @@ -11,7 +11,7 @@ = person.diaspora_handle .description - - if !person.profile.tag_string.blank? && user_signed_in? && (contact.persisted? || person == current_user.person || @incoming_request) + - if !person.profile.tag_string.blank? && user_signed_in? = Diaspora::Taggable.format_tags(person.profile.tag_string) - if user_signed_in? && person == current_user.person %span.hover_edit