From 62e5bad9550697c319d6c020aa17a695c2b29c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 25 Jun 2014 13:25:24 +0200 Subject: [PATCH] Fixed sprints buttons --- app/partials/views/modules/sprints.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")