From daa8eefff6512a39a5d6703576c858fa335062b8 Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 29 Dec 2014 22:01:54 +0100 Subject: [PATCH] temp fix --- 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 4db558a4..43721737 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -21,14 +21,14 @@ .media .pull-left %a{href: show_user_profile_path('nilsding')} - %img.img-rounded.answerbox--img{src: gravatar_url('nilsding@nilsding.org')} + %img.img-rounded.answerbox--img{src: User.find_by_screen_name('nilsding').profile_picture.url} .media-body %h4.entry-text.entry-about nilsding %h6.entry-subtext Backend, Server & Code .media .pull-left %a{href: show_user_profile_path('pixeldesu')} - %img.img-rounded.answerbox--img{src: gravatar_url('pixeldesu@outlook.com')} + %img.img-rounded.answerbox--img{src: User.find_by_screen_name('pixeldesu').profile_picture.url} .media-body %h4.entry-text.entry-about pixeldesu %h6.entry-subtext Frontend Design & Layout