Merge "Show tags with stories in project view."

This commit is contained in:
Zuul 2019-04-23 21:05:27 +00:00 committed by Gerrit Code Review
commit bb80c0d9ea
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>