mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
10 lines
227 B
Handlebars
10 lines
227 B
Handlebars
{{#unless this.editingTheme}}
|
|
<ThemesList
|
|
@themes={{this.fullThemes}}
|
|
@components={{this.childThemes}}
|
|
@currentTab={{this.currentTab}}
|
|
@installModal={{route-action "installModal"}}
|
|
/>
|
|
{{/unless}}
|
|
|
|
{{outlet}} |