0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 02:10:29 +01:00
discourse-custom-wizard/assets/javascripts/discourse/components/custom-wizard-no-access.hbs
2024-11-22 16:45:50 +01:00

14 Zeilen
Kein EOL
378 B
Handlebars

<div>{{this.text}}</div>
<div class="no-access-gutter">
<a class="return-to-site" {{action "skip"}} role="button">
{{i18n "wizard.return_to_site" siteName=this.siteName}}
</a>
{{#if this.showLoginButton}}
<DButton
class="btn-primary btn-small login-button"
@action={{action "showLogin"}}
@label="log_in"
@icon="user"
/>
{{/if}}
</div>