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

10 lines
189 B
Handlebars
Raw Normal View History

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