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>
|
2018-03-19 12:57:31 +03:00
|
|
|
<a class="close" href="" 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>
|
2019-12-13 17:20:29 +03:00
|
|
|
{{gh-task-button "Delete" successText="Deleted" task=this.deleteAll class="gh-btn gh-btn-red gh-btn-icon"}}
|
2017-02-16 22:50:05 +03:00
|
|
|
</div>
|