Merge "Show tags for all stories in a project group"
This commit is contained in:
commit
0c3d8cc8c7
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user