2017-02-16 22:50:05 +03:00
<header class="modal-header" data-test-delete-theme-modal>
<h1>Are you sure you want to delete this</h1>
2016-08-17 18:01:46 +03:00
</header>
<a class="close icon-x" href="" title="Close" {{ action "closeModal" }} ><span class="hidden">Close</span></a>
<div class="modal-body">
2017-02-16 22:50:05 +03:00
<p>You're about to delete "<strong> {{ theme .label }} </strong>". This is permanent! We warned you, k? Maybe <a href="#" {{ action download }} >Download your theme before continuing</a></p>
2016-08-17 18:01:46 +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>
{{ # gh-task-button task = deleteTheme class = "gh-btn gh-btn-red" }} <span>Delete</span> {{ / gh-task-button }}
</div>