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/topic-bulk-actions.hbs
Robin Ward 7f501a0c41 When a post returns enqueued don't insert it in the stream and notify
- Includes removal of a lot of modal boilerplate
2015-04-15 14:54:37 -04:00

8 lines
117 B
Handlebars

<div class='modal-body'>
<p>{{{i18n 'topics.bulk.selected' count=length}}}</p>
{{outlet "bulkOutlet"}}
</div>