1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/custom-wizard-no-access.hbs
2023-07-10 07:55:54 +01:00

11 Zeilen
Kein EOL
254 B
Handlebars

<div>{{text}}</div>
<div class="no-access-gutter">
<button
class="wizard-btn primary return-to-site"
{{action "skip"}}
type="button"
>
{{i18n "wizard.return_to_site" siteName=siteName}}
{{d-icon "sign-out-alt"}}
</button>
</div>