[backport] Show epic ref instead of the id the pills at kanban view
parent
dc91319256
commit
28bb642931
|
@ -2,5 +2,5 @@
|
||||||
span.belong-to-epic-pill-wrapper(tg-repeat="epic in epics track by epic.get('id')")
|
span.belong-to-epic-pill-wrapper(tg-repeat="epic in epics track by epic.get('id')")
|
||||||
.belong-to-epic-pill(
|
.belong-to-epic-pill(
|
||||||
ng-style="{'background': epic.get('color'), 'border-color': '{{ epic.get('color') | darker: -0.2 }}'}"
|
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')}}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue