mirror of
https://github.com/discourse/discourse.git
synced 2026-08-27 05:37:29 -05:00
Fix autoclose form in category modal
This commit is contained in:
@@ -88,9 +88,14 @@
|
||||
</div>
|
||||
<div {{bindAttr class=":modal-tab :options-tab settingsSelected::invisible"}}>
|
||||
<section class='field'>
|
||||
<!-- Urgent @Neil , you missed this, get it working ASAP
|
||||
autoCloseForm autoCloseDays=auto_close_days labelKey="category.auto_close_label"
|
||||
-->
|
||||
<div class="auto-close-fields">
|
||||
<div>
|
||||
<i class="icon icon-time"></i>
|
||||
{{i18n category.auto_close_label}}
|
||||
{{textField value=auto_close_days}}
|
||||
{{i18n category.auto_close_units}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class='field'>
|
||||
|
||||
Reference in New Issue
Block a user