Добавлен вывод приоритета и версии в карточке на доске
This commit is contained in:
parent
b0a65d56ef
commit
dbea46e0a3
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@
|
|||
<div class="kanban-card">
|
||||
<div class="kanban-card-title"><span class="timepassed-dot {{this.timePassedClass}}"></span> <a href="{{{this.url.url}}}">{{this.tracker.name}} #{{this.id}} - {{this.subject}}</a></div>
|
||||
<div>Исп.: {{this.current_user.name}}</div>
|
||||
<div>Прио.: {{this.priority.name}}</div>
|
||||
<div>Версия: {{this.fixed_version.name}}</div>
|
||||
<div>Прогресс: {{this.done_ratio}}</div>
|
||||
<div>Трудозатраты: {{this.total_spent_hours}} / {{this.total_estimated_hours}}</div>
|
||||
{{#if this.styledTags}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue