mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 03:18:54 +08:00
12 lines
No EOL
307 B
Handlebars
Vendored
12 lines
No EOL
307 B
Handlebars
Vendored
<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> |