Show tags on user profile pages for everyone if we're logged in.
This commit is contained in:
parent
b772b8354d
commit
cad14bcdfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue