removes # for cards in automatic worklists

Change-Id: Iede0847694ea5665955d303769720ce4e69e6922
This commit is contained in:
Riju19 2019-02-28 23:07:25 +05:30 committed by Kendall Nelson
parent 884ca37c39
commit 051cb78fed
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>