From 98820c0866b0742124efb4669eb4d79d66128792 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Tue, 29 Mar 2011 22:25:03 +0200 Subject: [PATCH] do not display tags on the public profile --- app/views/people/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 9acbd7e6f..7ff399398 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -60,7 +60,7 @@ %span.diaspora_handle = @person.diaspora_handle .description - - if !@person.profile.tag_string.blank? + - if !@person.profile.tag_string.blank? && user_signed_in? && ((@contact.persisted? && !@contact.pending?) || @person == current_user.person || @incoming_request) = @person.profile.format_tags(@person.profile.tag_string) - if user_signed_in? && @person == current_user.person %span.hover_edit