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 11:38:15 +01:00
{{outlet}}
</PluginOutlet>