mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:05:25 +08:00
f9648de897
Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
13 lines
463 B
Handlebars
13 lines
463 B
Handlebars
{{#unless editingTheme}}
|
|
<div class='customize-themes-header'>
|
|
|
|
|
|
<div class="create-actions">
|
|
{{d-button label="admin.customize.new" icon="plus" action=(route-action "showCreateModal") class="btn-primary"}}
|
|
{{d-button action=(route-action "importModal") icon="upload" label="admin.customize.import" class="btn-default"}}
|
|
</div>
|
|
</div>
|
|
{{themes-list themes=fullThemes components=childThemes currentTab=currentTab}}
|
|
{{/unless}}
|
|
{{outlet}}
|