diff --git a/app/partials/views/modules/sprints.jade b/app/partials/views/modules/sprints.jade index 1b247abb..154815b5 100644 --- a/app/partials/views/modules/sprints.jade +++ b/app/partials/views/modules/sprints.jade @@ -7,7 +7,7 @@ section.sprints span.number(tg-bo-html="stats.total_milestones") -- span.description
sprints div.new-sprint - a.button-green(href="", title="Add New US") + a.button.button-green(href="", title="Add New US") span.text + New sprint section.sprint(ng-repeat="sprint in sprints track by sprint.id", tg-backlog-sprint="sprint")