Use the medium picture when displaying profile

This commit is contained in:
Petko Bordjukov 2014-09-17 19:57:32 +03:00
parent d5cdc8efc1
commit 3d4d9d6e20
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
h4.modal-title = t(:more_about_user, user: @user.speaker_profile.name) h4.modal-title = t(:more_about_user, user: @user.speaker_profile.name)
.modal-body .modal-body
.center .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 h3.media-heading
= @user.speaker_profile.name = @user.speaker_profile.name
- if @user.speaker_profile.organisation.present? - if @user.speaker_profile.organisation.present?