From 3d4d9d6e20280c8e1c101bd8c6b020fc94daae97 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 17 Sep 2014 19:57:32 +0300 Subject: [PATCH] Use the medium picture when displaying profile --- app/views/management/users/_about_user.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/management/users/_about_user.html.slim b/app/views/management/users/_about_user.html.slim index d7596e8..2bc8704 100644 --- a/app/views/management/users/_about_user.html.slim +++ b/app/views/management/users/_about_user.html.slim @@ -6,7 +6,7 @@ h4.modal-title = t(:more_about_user, user: @user.speaker_profile.name) .modal-body .center - = image_tag @user.speaker_profile.picture.url, class: "profile-image" + = image_tag @user.speaker_profile.picture.medium.url, class: "profile-image" h3.media-heading = @user.speaker_profile.name - if @user.speaker_profile.organisation.present?