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

6 lines
130 B
Handlebars
Raw Normal View History

{{#unless editingTheme}}
2018-08-30 15:23:15 -04:00
{{themes-list themes=fullThemes components=childThemes currentTab=currentTab}}
{{/unless}}
{{outlet}}