taiga-front/app/partials/backlog/sprint-header.jade

26 lines
773 B
Plaintext

.sprint-name
a.compact-sprint(href="", title="{{'BACKLOG.COMPACT_SPRINT' | translate}}")
tg-svg(svg-icon="icon-arrow-right")
a(
ng-if="::isVisible"
href="{{::taskboardUrl}}"
title="{{'BACKLOG.GO_TO_TASKBOARD' | translate}}"
)
span {{::name}}
a.edit-sprint(
ng-if="::isEditable"
href=""
title="{{'BACKLOG.EDIT_SPRINT' | translate}}"
)
tg-svg(svg-icon="icon-edit")
.sprint-summary
.sprint-date {{::estimatedDateRange}}
ul
li
span.number {{::closedPoints | number}}
span.description(translate="BACKLOG.CLOSED_POINTS")
li
span.number {{::totalPoints | number}}
span.description(translate="BACKLOG.TOTAL_POINTS")