Fix bug #1501: Promote to US button lost the hover style
parent
fee41a8c0a
commit
f10a083aa2
|
@ -573,7 +573,7 @@ module.directive("tgIssuePriorityButton", ["$rootScope", "$tgRepo", "$tgConfirm"
|
||||||
|
|
||||||
PromoteIssueToUsButtonDirective = ($rootScope, $repo, $confirm) ->
|
PromoteIssueToUsButtonDirective = ($rootScope, $repo, $confirm) ->
|
||||||
template = _.template("""
|
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
|
Promote to User Story
|
||||||
</a>
|
</a>
|
||||||
""") # TODO: i18n
|
""") # TODO: i18n
|
||||||
|
|
Loading…
Reference in New Issue