0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/templates/custom-wizard-index.hbs

7 Zeilen
162 B
Handlebars

2024-11-22 16:45:50 +01:00
{{#if this.noAccess}}
<CustomWizardNoAccess
@text={{i18n this.noAccessI18nKey}}
@wizardId=this.wizardId
@reason={{this.noAccessReason}}
/>
2023-07-10 08:55:54 +02:00
{{/if}}