Show epic ref instead of the id the pills at kanban view

stable
David Barragán Merino 2017-08-22 12:22:52 +02:00 committed by Jesús Espino
parent 49d7899066
commit a79ee944e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
span.belong-to-epic-pill-wrapper(tg-repeat="epic in epics track by epic.get('id')")
.belong-to-epic-pill(
ng-style="{'background': epic.get('color'), 'border-color': '{{ epic.get('color') | darker: -0.2 }}'}"
title="#{hash}{{epic.get('id')}} {{epic.get('subject')}}"
title="#{hash}{{epic.get('ref')}} {{epic.get('subject')}}"
)