This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/auto_close_form.js.handlebars

7 lines
181 B
Handlebars

<div class="auto-close-fields">
<i class="icon icon-time"></i>
{{view.label}}
{{textField value=view.autoCloseDays maxlength="3"}}
{{i18n composer.auto_close_units}}
</div>