mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 22:48:33 +08:00
20 lines
479 B
Handlebars
20 lines
479 B
Handlebars
<div class="customize-themes-show-schema__header row">
|
|
<LinkTo
|
|
@route="adminCustomizeThemes.show"
|
|
@model={{@model.theme.id}}
|
|
class="btn-transparent customize-themes-show-schema__back"
|
|
>
|
|
{{d-icon "arrow-left"}}{{@model.theme.name}}
|
|
</LinkTo>
|
|
<h2>
|
|
{{i18n
|
|
"admin.customize.theme.schema.title"
|
|
(hash name=@model.setting.setting)
|
|
}}
|
|
</h2>
|
|
</div>
|
|
|
|
<SchemaThemeSetting::Editor
|
|
@themeId={{@model.theme.id}}
|
|
@setting={{@model.setting}}
|
|
/> |