discourse/app/assets/javascripts/admin/addon/templates/customize-themes.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
307 B
Handlebars
Raw Normal View History

<PluginOutlet @name="admin-customize-themes">
{{#unless this.editingTheme}}
<ThemesList
@themes={{this.fullThemes}}
@components={{this.childThemes}}
@currentTab={{this.currentTab}}
@installModal={{route-action "installModal"}}
/>
{{/unless}}
2019-02-08 18:38:15 +08:00
{{outlet}}
</PluginOutlet>