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.

10 lines
189 B
Handlebars
Raw Normal View History

{{#unless editingTheme}}
2019-02-08 18:38:15 +08:00
{{themes-list
themes=fullThemes
components=childThemes
currentTab=currentTab
installModal=(route-action "installModal")}}
{{/unless}}
2019-02-08 18:38:15 +08:00
{{outlet}}