2015-11-18 13:50:48 +03:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Transfer Ownership</h1>
|
|
|
|
</header>
|
|
|
|
<a class="close icon-x" href="" title="Close" {{action "closeModal"}}><span class="hidden">Close</span></a>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
|
|
|
Are you sure you want to transfer the ownership of this blog?
|
|
|
|
You will not be able to undo this action.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button {{action "closeModal"}} class="btn btn-default btn-minor">Cancel</button>
|
2017-01-19 14:40:31 +03:00
|
|
|
{{#gh-task-button task=transferOwnership class="btn btn-red"}}Yep - I'm sure{{/gh-task-button}}
|
|
|
|
</div>
|