Change issues to sprint hover svg

stable
Álex Hermida 2018-08-10 19:50:15 +02:00 committed by Alex Hermida
parent 61764011c6
commit fcef1b4125
1 changed files with 6 additions and 1 deletions

View File

@ -11,8 +11,13 @@ a.assign-issue-button.button-green.is-editable.button-set(
ng-show="issue.milestone" ng-show="issue.milestone"
tg-check-permission="modify_issue" tg-check-permission="modify_issue"
title="{{ 'ISSUES.ACTION_DETACH_SPRINT' | translate }}" title="{{ 'ISSUES.ACTION_DETACH_SPRINT' | translate }}"
ng-mouseenter="detach=true"
ng-mouseleave="detach=false"
) )
tg-svg(svg-icon="icon-detach") tg-svg(ng-show="detach"
svg-icon="icon-detach")
tg-svg(ng-show="!detach"
svg-icon="icon-attach")
.lightbox.lightbox-assign-sprint-to-issue .lightbox.lightbox-assign-sprint-to-issue
tg-lightbox-close tg-lightbox-close