discourse/app/assets/javascripts/admin/templates/customize-themes.hbs
Penar Musaraj cafe637407
UX: List popular themes and components in admin panel (#6997)
Reorganizes theme create/upload flows into one install flow
Adds quick list of popular themes/components with one-click installation
2019-02-20 14:58:31 -05:00

10 lines
189 B
Handlebars

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