taiga-front/app/partials/includes/modules/lightbox-ask-choice.jade

17 lines
464 B
Plaintext

a.close(href="", title="{{'COMMON.CLOSE' | translate}}")
svg.icon.icon-close
use(xlink:href="#icon-close")
form
h2.title
p.question
p.subtitle
p.replacement
select.choices
p.warning
.options
a.button-green(href="", title="{{'COMMON.ACCEPT' | translate}}")
span(translate="COMMON.ACCEPT")
a.button-red(href="", title="{{'COMMON.CANCEL' | translate}}")
span(translate="COMMON.CANCEL")