mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06: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">
|
||||
<label>
|
||||
{{i18n "category.default_view"}}
|
||||
{{combo-box valueAttribute="value" content=availableViews value=category.default_view}}
|
||||
</label>
|
||||
<div class="controls">
|
||||
{{combo-box valueAttribute="value" content=availableViews value=category.default_view}}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="field default-top-period-field">
|
||||
<label>
|
||||
{{i18n "category.default_top_period"}}
|
||||
{{combo-box valueAttribute="value" content=availableTopPeriods value=category.default_top_period}}
|
||||
</label>
|
||||
<div class="controls">
|
||||
{{combo-box valueAttribute="value" content=availableTopPeriods value=category.default_top_period}}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="field">
|
||||
|
Loading…
Reference in New Issue
Block a user