Fix member stats points. TG-2075 #ready-for-test
parent
4042396a8f
commit
7fec877a51
|
@ -14,4 +14,4 @@
|
||||||
span.icon.icon-tasks(ng-style="{'opacity': stats.closed_tasks[userId]}", ng-class="{'top': stats.closed_tasks[userId] == 1}")
|
span.icon.icon-tasks(ng-style="{'opacity': stats.closed_tasks[userId]}", ng-class="{'top': stats.closed_tasks[userId] == 1}")
|
||||||
|
|
||||||
.attribute
|
.attribute
|
||||||
span.points(ng-bind='stats.totals[userId]')
|
span.points(ng-bind='stats.totals[userId]')
|
||||||
|
|
Loading…
Reference in New Issue