From cad14bcdfc09237b86ebd7cf7b1cca966828a8fd Mon Sep 17 00:00:00 2001 From: Andrej Kacian <andrej@kacian.sk> Date: Mon, 22 Aug 2011 01:59:03 +0200 Subject: [PATCH] Show tags on user profile pages for everyone if we're logged in. --- app/views/people/_sub_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/_sub_header.html.haml b/app/views/people/_sub_header.html.haml index fd9b705472..fd3f5e9bab 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 -- GitLab