2015-11-18 13:50:48 +03:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Would you really like to delete all content from your blog?</h1>
|
|
|
|
</header>
|
2020-05-28 19:11:21 +03:00
|
|
|
<a class="close" href="" role="button" title="Close" {{action "closeModal"}}>{{svg-jar "close"}}<span class="hidden">Close</span></a>
|
2015-11-18 13:50:48 +03:00
|
|
|
|
|
|
|
<div class="modal-body">
|
2017-02-16 22:50:05 +03:00
|
|
|
<p>This is permanent! No backups, no restores, no magic undo button. We warned you, k?</p>
|
2015-11-18 13:50:48 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2017-02-16 22:50:05 +03:00
|
|
|
<button {{action "closeModal"}} class="gh-btn"><span>Cancel</span></button>
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhTaskButton @buttonText="Delete" @successText="Deleted" @task={{this.deleteAll}} @class="gh-btn gh-btn-red gh-btn-icon" />
|
2017-02-16 22:50:05 +03:00
|
|
|
</div>
|