Fixed a bug where the profile avatar resolution would be scaled down

stable
Tristan Cormier 2018-03-12 17:22:57 -04:00 committed by Miguel Gonzalez
parent b441bb27a5
commit b3a18636dd
1 changed files with 1 additions and 1 deletions

View File

@ -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")