Adding links to us from right sprints in backlog

stable
Alejandro Alonso 2014-07-10 19:01:17 +02:00
parent c254534cb4
commit 43c17cea1b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ section.sprints
div.sprint-table div.sprint-table
div.row.milestone-us-item-row(ng-repeat="us in sprint.user_stories|orderBy:order track by us.id") div.row.milestone-us-item-row(ng-repeat="us in sprint.user_stories|orderBy:order track by us.id")
div.column-us.width-8 div.column-us.width-8
a.us-name(href="", title="") a.us-name.clickable(tg-nav="project-userstories-detail:project=project.slug,ref=us.ref", title="")
span(tg-bo-ref="us.ref") span(tg-bo-ref="us.ref")
span(tg-bo-html="us.subject") span(tg-bo-html="us.subject")
div.column-points.width-1(tg-bo-html="us.total_points") div.column-points.width-1(tg-bo-html="us.total_points")