This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/templates/customize-themes.hbs
2019-02-08 11:38:15 +01:00

11 lines
240 B
Handlebars

{{#unless editingTheme}}
{{themes-list
themes=fullThemes
components=childThemes
currentTab=currentTab
showCreateModal=(route-action "showCreateModal")
importModal=(route-action "importModal")}}
{{/unless}}
{{outlet}}