DEV: Remove unused section from "Customize Theme" UI (#19449)

This commit is contained in:
Gerhard Schlager 2022-12-13 20:13:35 +01:00 committed by GitHub
parent 0434de6cee
commit c94401e024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -197,17 +197,6 @@
</DSection>
{{/unless}}
{{#if this.parentThemes}}
<div class="control-unit">
<div class="mini-title">{{i18n "admin.customize.theme.component_of"}}</div>
<ul>
{{#each this.parentThemes as |theme|}}
<li><LinkTo @route="adminCustomizeThemes.show" @model={{theme}} @replace={{true}}>{{theme.name}}</LinkTo></li>
{{/each}}
</ul>
</div>
{{/if}}
{{#if this.model.component}}
<DSection @class="form-horizontal theme settings control-unit">
<div class="row setting">

View File

@ -5027,7 +5027,6 @@ en:
error: "This theme has been automatically disabled because it is not compatible with this version of Discourse."
minimum: "Requires Discourse version %{version} or above."
maximum: "Requires Discourse version %{version} or below."
component_of: "Component of:"
update_to_latest: "Update to Latest"
check_for_updates: "Check for Updates"
updating: "Updating..."