Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
b71548427d
* 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>
5 Zeilen
103 B
Handlebars
5 Zeilen
103 B
Handlebars
{{#if isValid}}
|
|
{{wizard-i18n validMessageKey}}
|
|
{{else}}
|
|
{{wizard-i18n invalidMessageKey}}
|
|
{{/if}}
|