diff --git a/views/options/profile.jade b/views/options/profile.jade index 5c3d80ee3b..a3cd75f21d 100644 --- a/views/options/profile.jade +++ b/views/options/profile.jade @@ -155,6 +155,11 @@ script(id='partials/options.profile.stats.html', type='text/ng-template') =env.t('taskallocation')   i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('taskallocationpopover')) + div(ng-show='user.preferences.automaticAllocation && !(user.preferences.allocationMode === "taskbased") && (user.stats.points > 0)') + a.btn.btn-primary.btn-mini(ng-click='user.ops.allocateNow(user.stats)', popover-trigger='mouseenter', popover-placement='right', popover=env.t('distributepointspopover')) + i.icon-download.icon-white +   + =env.t('distributepoints') tr td= env.t('allocatestr') + ' {{user.stats.str}}' td