This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/admin/addon/templates/customize-themes.hbs
T

10 lines
189 B
Handlebars

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