Taskboard link in sprint's title

stable
Alejandro Alonso 2014-10-20 17:14:43 +02:00
parent e94723e0b0
commit d13f9c7da9
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ section.sprints
header
div.sprint-name
a.icon.icon-arrow-up(href="", title="Compact Sprint")
a(href="", tg-bo-title="'Go to Taskboard of ' + sprint.name",
tg-nav="project-taskboard:project=project.slug,sprint=sprint.slug",
tg-check-permission="view_milestones")
span {{ sprint.name }}
a.icon.icon-edit(tg-check-permission="modify_milestone", href="", title="Edit Sprint")
div.sprint-summary
div.sprint-date(tg-date-range="sprint.estimated_start,sprint.estimated_finish")