DEV: Remove unused section from "Customize Theme" UI (#19449)
This commit is contained in:
parent
0434de6cee
commit
c94401e024
|
@ -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">
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue