mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 22:48:33 +08:00
12 lines
307 B
Handlebars
12 lines
307 B
Handlebars
<PluginOutlet @name="admin-customize-themes">
|
|
{{#unless this.editingTheme}}
|
|
<ThemesList
|
|
@themes={{this.fullThemes}}
|
|
@components={{this.childThemes}}
|
|
@currentTab={{this.currentTab}}
|
|
@installModal={{route-action "installModal"}}
|
|
/>
|
|
{{/unless}}
|
|
|
|
{{outlet}}
|
|
</PluginOutlet> |