mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove unused section from "Customize Theme" UI (#19449)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user