fixing an inconsistency that was cuasing some theme issues (#5320)

This commit is contained in:
Kris 2017-11-16 12:44:00 -05:00 committed by Robin Ward
parent a586738f25
commit 3d145a588f

View File

@ -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">