Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
14 Zeilen
Kein EOL
363 B
Handlebars
14 Zeilen
Kein EOL
363 B
Handlebars
<div>{{text}}</div>
|
|
<div class="no-access-gutter">
|
|
<a class="return-to-site" {{action "skip"}} role="button">
|
|
{{i18n "wizard.return_to_site" siteName=siteName}}
|
|
</a>
|
|
{{#if showLoginButton}}
|
|
<DButton
|
|
class="btn-primary btn-small login-button"
|
|
@action={{action "showLogin"}}
|
|
@label="log_in"
|
|
@icon="user"
|
|
/>
|
|
{{/if}}
|
|
</div> |