From b3a18636dd781408553d197e69613e3743a5c960 Mon Sep 17 00:00:00 2001 From: Tristan Cormier Date: Mon, 12 Mar 2018 17:22:57 -0400 Subject: [PATCH] Fixed a bug where the profile avatar resolution would be scaled down --- app/modules/profile/profile-bar/profile-bar.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/profile/profile-bar/profile-bar.jade b/app/modules/profile/profile-bar/profile-bar.jade index a3ae25ec..dafcf9cb 100644 --- a/app/modules/profile/profile-bar/profile-bar.jade +++ b/app/modules/profile/profile-bar/profile-bar.jade @@ -1,7 +1,7 @@ section.profile-bar div.profile-image-wrapper(ng-class="::{'is-current-user': vm.isCurrentUser}") img.profile-img( - tg-avatar="vm.user" + tg-avatar-big="vm.user" alt="{{::vm.user.get('full_name')}}" ) a.profile-edition(title="{{ 'USER.PROFILE.EDIT' | translate }}", tg-nav="user-settings-user-profile", translate="USER.PROFILE.EDIT")