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

7 Zeilen
176 B
Handlebars

2017-11-30 13:48:00 +08:00
{{#if 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
{{#if wizardErrorNotice}}
{{d-icon "exclaimation-circle"}}
{{/if}}
2023-07-10 07:55:54 +01:00
{{/if}}