0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 18:30:27 +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 16:19:53 +02:00
{{nav-item route="adminWizards" label="admin.wizard.nav_label"}}
2021-09-24 11:58:42 +02:00
2024-11-22 16:45:50 +01:00
{{#if this.wizardErrorNotice}}
2021-09-24 11:58:42 +02:00
{{d-icon "exclaimation-circle"}}
{{/if}}
2023-07-10 08:55:54 +02:00
{{/if}}