Fix broken link on task cards in boards

Change-Id: I57a473b0b4e33b8c9a713a80c3efc3438a3b8868
This commit is contained in:
Adam Coldrick 2016-01-29 11:22:29 +00:00
parent 2e8b448243
commit 33a3c29db1

View File

@ -25,7 +25,7 @@
</div>
<div ng-switch-when="task">
<i class="fa fa-tasks text-muted"></i>
<a href="#!/story/{{item.task.id}}">
<a href="#!/story/{{item.task.story_id}}">
{{item.task.title}}
</a>
<user-typeahead ng-show="item.task.assignee_id"