Repaired icon block in lightboxes

stable
Daniel García 2018-11-23 13:45:37 +01:00 committed by Alex Hermida
parent 34a3fef1ed
commit 9a53ac378c
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ div.ticket-detail-settings
title="{{ 'COMMON.BLOCK_TITLE' | translate }}"
ng-class="{ 'button-red item-unblock': obj.is_blocked, 'item-block': !obj.is_blocked }"
)
tg-svg(svg-icon="icon-block")
tg-svg(svg-icon="icon-lock")

View File

@ -30,4 +30,4 @@ div.ticket-detail-settings
title="{{ 'COMMON.BLOCK_TITLE' | translate }}"
ng-class="{ 'button-red item-unblock': obj.is_blocked, 'item-block': !obj.is_blocked }"
)
tg-svg(svg-icon="icon-block")
tg-svg(svg-icon="icon-lock")

View File

@ -35,4 +35,4 @@ div.ticket-detail-settings
title="{{ 'COMMON.BLOCK_TITLE' | translate }}"
ng-class="{ 'button-red item-unblock': obj.is_blocked, 'item-block': !obj.is_blocked }"
)
tg-svg(svg-icon="icon-private")
tg-svg(svg-icon="icon-lock")