Show tags for all stories in a project group

Change-Id: Ieae30bd03993ae5fd2482f68aa1cbc201536675a
Task: 14460
This commit is contained in:
Riju19 2019-03-13 00:13:06 +05:30
parent 13984cb8de
commit 5850ede6b5
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@
<span class="text-muted">
{{story.description | truncate: 97}}
</span>
<br/>
<ul class="list-inline" ng-if="story.tags.length > 0">
<li ng-repeat="tag in story.tags">
<span class="label label-warning">
{{tag}}
</span>
</li>
</ul>
</td>
<td class="col-sm-2 hidden-xs">
<span time-moment eventdate="story.created_at" short-date="true">