do not display the publisher on the profile photos page

This commit is contained in:
Jonne Haß 2013-01-31 19:24:43 +01:00
parent dc8a0eb94b
commit 1aa8b6e9f2

View file

@ -29,7 +29,7 @@
= t('.you_have_no_tags')
%span.add_tags
= link_to t('.add_some'), edit_profile_path
- if user_signed_in? && person == current_user.person && current_page?(controller: :people, action: :show)
%hr
- if user_signed_in? && person == current_user.person
= render 'aspects/aspect_stream', :stream => @stream
%hr