0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-15 17:27:01 +01:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/admin-menu/wizards-nav-button.hbs

7 Zeilen
186 B
Handlebars

2024-11-22 16:45:50 +01:00
{{#if this.currentUser.admin}}
2021-04-12 19:49:53 +05:30
{{nav-item route="adminWizards" label="admin.wizard.nav_label"}}
2021-09-24 17:58:42 +08:00
2024-11-22 16:45:50 +01:00
{{#if this.wizardErrorNotice}}
2021-09-24 17:58:42 +08:00
{{d-icon "exclaimation-circle"}}
{{/if}}
2023-07-10 07:55:54 +01:00
{{/if}}