Merge "Display Assignees on Cards and Worklists"

This commit is contained in:
Jenkins
2016-01-28 19:35:26 +00:00
committed by Gerrit Code Review
4 changed files with 15 additions and 0 deletions

View File

@@ -221,6 +221,8 @@
</a>
<a href="#!/story/{{item.task.story_id}}" ng-switch-when="task">
<div class="col-sm-1">
<user-typeahead ng-show="item.task.assignee_id"
ng-model="item.task.assignee_id"/>
<i class="fa fa-tasks text-muted"></i>
</div>
<div class="col-sm-11">
@@ -266,6 +268,8 @@
<a href="#!/story/{{item.task.story_id}}" ng-switch-when="task">
<div class="col-sm-1">
<i class="fa fa-tasks text-muted"></i>
<user-typeahead ng-show="item.task.assignee_id"
ng-model="item.task.assignee_id"/>
</div>
<div class="col-sm-11">
{{item.task.title}}