From 03ac252dcace12da849212d1c3f37e19debf3045 Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 8 Jan 2015 22:53:29 +0100 Subject: [PATCH] fixed fuckup --- app/views/static/about.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index 25cba7a5..c814733f 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -106,7 +106,7 @@ People that believe in our vision, and that's why we love them <3 %ul.about--moderator - User.where(supporter: true).each do |sup| - %a{href: show_user_profile_path(sup.user.screen_name), title: sup.user.screen_name, data: { toggle: :tooltip, placement: :top }} - %img.img-rounded.answerbox--img-small{src: gravatar_url(sup.user)} + %a{href: show_user_profile_path(sup.screen_name), title: sup.screen_name, data: { toggle: :tooltip, placement: :top }} + %img.img-rounded.answerbox--img-small{src: sup.profile_picture_url(:medium)} = render "shared/links"