diff --git a/app/views/people/_profile_sidebar.html.haml b/app/views/people/_profile_sidebar.html.haml index 33cf92078f0c8547efcec82f396003ce4fbb1d50..c8ec15c839e9921af39f646f78f3684977706aff 100644 --- a/app/views/people/_profile_sidebar.html.haml +++ b/app/views/people/_profile_sidebar.html.haml @@ -33,13 +33,12 @@ %li = link_to aspect.name, aspect = link_to "x", {:controller => "aspects", :action => "remove_from_aspect", :person_id => person.id, :aspect_id => aspect.id}, :confirm => t('.remove_from', :name => person.name, :aspect => aspect), :remote => true, :class => "delete" - -if is_contact || person == current_user.person %ul#profile_information - %li + %li %h3 #{t('.bio')} - = person.profile.bio + = markdownify(person.profile.bio, :newlines => true) %li .span-4