mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 02:04:31 +08:00
fixing an inconsistency that was cuasing some theme issues (#5320)
This commit is contained in:
parent
a586738f25
commit
3d145a588f
@ -47,15 +47,19 @@
|
|||||||
<section class="field default-view-field">
|
<section class="field default-view-field">
|
||||||
<label>
|
<label>
|
||||||
{{i18n "category.default_view"}}
|
{{i18n "category.default_view"}}
|
||||||
{{combo-box valueAttribute="value" content=availableViews value=category.default_view}}
|
|
||||||
</label>
|
</label>
|
||||||
|
<div class="controls">
|
||||||
|
{{combo-box valueAttribute="value" content=availableViews value=category.default_view}}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="field default-top-period-field">
|
<section class="field default-top-period-field">
|
||||||
<label>
|
<label>
|
||||||
{{i18n "category.default_top_period"}}
|
{{i18n "category.default_top_period"}}
|
||||||
{{combo-box valueAttribute="value" content=availableTopPeriods value=category.default_top_period}}
|
|
||||||
</label>
|
</label>
|
||||||
|
<div class="controls">
|
||||||
|
{{combo-box valueAttribute="value" content=availableTopPeriods value=category.default_top_period}}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="field">
|
<section class="field">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user