mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(jade): fix jade warning about "missing space before text for line..."
This commit is contained in:
parent
0ea4cf3494
commit
e8779f2121
1 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ mixin profileStats
|
|||
tr
|
||||
td
|
||||
strong.inline
|
||||
{{user.stats.points}}
|
||||
|{{user.stats.points}}
|
||||
strong.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('levelPopover'))=env.t('unallocated')
|
||||
td
|
||||
tr
|
||||
|
|
@ -170,7 +170,7 @@ mixin profileStats
|
|||
div(ng-show='user.preferences.automaticAllocation && !(user.preferences.allocationMode === "taskbased") && (user.stats.points > 0)')
|
||||
a.btn.btn-primary.btn-xs(ng-click='user.ops.allocateNow({})', popover-trigger='mouseenter', popover-placement='right', popover=env.t('distributePointsPop'))
|
||||
span.glyphicon.glyphicon-download
|
||||
|
||||
|
|
||||
=env.t('distributePoints')
|
||||
tr
|
||||
td= env.t('allocateStr') + ' {{user.stats.str}}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue