taiga-front/app/partials/common/components/block-button.jade

11 lines
255 B
Plaintext

a.button-gray.item-block(
href=""
title="{{ 'COMMON.BLOCK_TITLE' | translate }}"
)
include ../../../svg/lock.svg
a.button-red.item-unblock(
href=""
title="{{ 'COMMON.UNBLOCK_TITLE' | translate }}"
)
include ../../../svg/unlock.svg