0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/validator.hbs

6 Zeilen
105 B
Handlebars

2021-01-26 09:05:10 +01:00
{{#if isValid}}
{{wizard-i18n validMessageKey}}
2021-01-26 09:05:10 +01:00
{{else}}
{{wizard-i18n invalidMessageKey}}
2021-01-26 09:05:10 +01:00
{{/if}}