Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
nickslowinski
/
discourse-custom-wizard-unlocked
Beobachten
1
Favorisieren
0
Fork
Du hast bereits einen Fork von discourse-custom-wizard-unlocked erstellt
0
geforkt von
mirrored/discourse-custom-wizard
Code
Pull-Requests
Aktivität
d8a24eb940
discourse-custom-wizard-unl...
/
assets
/
javascripts
/
wizard
/
templates
/
components
/
validator.hbs
6 Zeilen
103 B
Handlebars
Originalformat
Normale Ansicht
Verlauf
Unescapen
Escapen
frontend validator apis
2021-01-26 09:05:10 +01:00
{{
#
if
isValid
}}
FIX: use wizard-i18n helper to support theme translation overrides (#88)
2021-04-07 07:19:48 +02:00
{{
wizard-i18n
validMessageKey
}}
Added files used by github actions workflows (#78) * Added files used by github actions workflows * added simplecov report for tests workflow * removed trailing space * Rubocop fixes * Update plugin-linting.yml * Create Gemfile.lock * Update Gemfile.lock * Re-add bundler * Update gitignore * Limit yarn install to dev * Update rubocop config and gemfile.lock * allow strings to be mutated * Update invites_controller_spec.rb Co-authored-by: angusmcleod <angus@mcleod.org.au>
2021-04-16 10:07:32 +02:00
{{
else
}}
FIX: use wizard-i18n helper to support theme translation overrides (#88)
2021-04-07 07:19:48 +02:00
{{
wizard-i18n
in
validMessageKey
}}
frontend validator apis
2021-01-26 09:05:10 +01:00
{{
/
if
}}
Permalink kopieren