fix(jade): fix jade warning about "missing space before text for line..."

This commit is contained in:
Matteo Pagliazzi 2014-07-04 12:09:18 +02:00
parent 0ea4cf3494
commit e8779f2121

View file

@ -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}}'