Fix bug #1501: Promote to US button lost the hover style

stable
David Barragán Merino 2014-10-30 18:24:22 +01:00
parent fee41a8c0a
commit f10a083aa2
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ module.directive("tgIssuePriorityButton", ["$rootScope", "$tgRepo", "$tgConfirm"
PromoteIssueToUsButtonDirective = ($rootScope, $repo, $confirm) ->
template = _.template("""
<a class="button button-gray clickable" tg-check-permission="add_us">
<a class="button button-gray editable" tg-check-permission="add_us">
Promote to User Story
</a>
""") # TODO: i18n