Merge "removes # for cards in automatic worklists"

This commit is contained in:
Zuul 2019-03-04 09:10:27 +00:00 committed by Gerrit Code Review
commit 9a4638bcee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<button type="button" class="close" aria-hidden="true"
ng-click="close()">&times;</button>
<h3 class="panel-title pull-left">
Card #{{card.id}} -
Card <span ng-If="card.id"> #{{card.id}} </span> -
<span ng-if="card.item_type === 'task'">
{{card.task.title}}
</span>