Show tags with stories in project view.

Story: 2001803
Task: 12528
Change-Id: I82b094da331eff73bc7a33304a155b5b143e6452
Signed-off-by: Ankita Bansal <ankitabansal2798@gmail.com>
This commit is contained in:
Ankita Bansal 2019-03-09 19:23:29 +05:30 committed by Adam Coldrick
parent 13984cb8de
commit 59371d1099
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
</a>
</strong>
<br/>
<span ng-if="story.tags.length != 0" class="label label-warning ng-binding ng-scope"
ng-repeat="tag in story.tags" style="margin-right:5px;">
{{tag}}
</span>
<small class="text-muted"
ng-show="expandRow">
<insert-markdown content="story.description"></insert-markdown>