From f10a083aa292376641bbbe1647278556c6e6c269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 30 Oct 2014 18:24:22 +0100 Subject: [PATCH] Fix bug #1501: Promote to US button lost the hover style --- app/coffee/modules/issues/detail.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/issues/detail.coffee b/app/coffee/modules/issues/detail.coffee index a7ce0269..a18ee1b1 100644 --- a/app/coffee/modules/issues/detail.coffee +++ b/app/coffee/modules/issues/detail.coffee @@ -573,7 +573,7 @@ module.directive("tgIssuePriorityButton", ["$rootScope", "$tgRepo", "$tgConfirm" PromoteIssueToUsButtonDirective = ($rootScope, $repo, $confirm) -> template = _.template(""" - + Promote to User Story """) # TODO: i18n