Merge "Show tags for all stories in a project group"

This commit is contained in:
Zuul 2019-03-14 15:46:44 +00:00 committed by Gerrit Code Review
commit 0c3d8cc8c7
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">