From ed6e91c33fc7dfa4e5e08f4803f1930610e37258 Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 1 Jan 2015 17:21:39 +0100 Subject: [PATCH] changed about avatar --- 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 b624df23..8da0a1a2 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: User.find_by_screen_name('nilsding').profile_picture.url} + %img.img-rounded.answerbox--img{src: User.find_by_screen_name('nilsding').profile_picture.url(:medium)} .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: User.find_by_screen_name('pixeldesu').profile_picture.url} + %img.img-rounded.answerbox--img{src: User.find_by_screen_name('pixeldesu').profile_picture.url(:medium)} .media-body %h4.entry-text.entry-about pixeldesu %h6.entry-subtext Frontend Design & Layout