diff --git a/app/views/people/_profile_sidebar.html.haml b/app/views/people/_profile_sidebar.html.haml index c76b4f985..9fc21ef57 100644 --- a/app/views/people/_profile_sidebar.html.haml +++ b/app/views/people/_profile_sidebar.html.haml @@ -43,15 +43,14 @@ %h4 =t('.born') = birthday_format(person.birthday) - %li - unless @photos.blank? %h4 - = link_to t('_photos'), person_photos_path(person) + = t('_photos') - for photo in @photos = image_tag(photo.url(:thumb_small)) - - - + %br + = link_to t('layouts.header.view_all'), person_photos_path(person) + %br %br