do not display the publisher on the profile photos page
This commit is contained in:
parent
dc8a0eb94b
commit
1aa8b6e9f2
1 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
= t('.you_have_no_tags')
|
= t('.you_have_no_tags')
|
||||||
%span.add_tags
|
%span.add_tags
|
||||||
= link_to t('.add_some'), edit_profile_path
|
= link_to t('.add_some'), edit_profile_path
|
||||||
|
- if user_signed_in? && person == current_user.person && current_page?(controller: :people, action: :show)
|
||||||
%hr
|
%hr
|
||||||
- if user_signed_in? && person == current_user.person
|
|
||||||
= render 'aspects/aspect_stream', :stream => @stream
|
= render 'aspects/aspect_stream', :stream => @stream
|
||||||
%hr
|
%hr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue