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/modal/auto_close.js.handlebars

11 lines
385 B
Handlebars

<div class="modal-body">
<form>
{{autoCloseForm autoCloseDays=auto_close_days}}
</form>
</div>
<div class="modal-footer">
<button class='btn btn-primary' {{action saveAutoClose}}>{{i18n topic.auto_close_save}}</button>
<a {{action closeModal}}>{{i18n cancel}}</a>
<button class='btn pull-right' {{action removeAutoClose}}>{{i18n topic.auto_close_remove}}</button>
</div>