discourse/app/assets/javascripts/admin/addon/templates/customize-themes-show-schema.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
479 B
Handlebars
Raw Normal View History

<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}}
/>