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.

6 lines
210 B
Handlebars
Raw Normal View History

{{#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}}