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/merge-topic.hbs

14 lines
421 B
Handlebars

<div id='move-selected' class="modal-body">
<p>{{{i18n 'topic.merge_topic.instructions' count=selectedPostsCount}}}</p>
<form>
{{view "choose-topic" currentTopicId=model.id selectedTopicId=selectedTopicId}}
</form>
</div>
<div class="modal-footer">
{{#d-button class="btn-primary" disabled=buttonDisabled action="movePostsToExistingTopic"}}
{{fa-icon 'sign-out'}} {{buttonTitle}}
{{/d-button}}
</div>