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>
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>
2016-08-17 18:01:46 +03:00
<div class="modal-body">
2019-12-13 17:20:29 +03:00
<p>You're about to delete "<strong> {{ this .theme .label }} </strong>". This is permanent! We warned you, k? Maybe <a href="#" {{ action this .download }} >Download your theme before continuing</a></p>
2016-08-17 18:01:46 +03:00
</div>
<div class="modal-footer">
2017-02-21 13:43:20 +03:00
<button {{ action "closeModal" }} class="gh-btn" data-test-cancel-button><span>Cancel</span></button>
2020-01-16 18:14:03 +03:00
<GhTaskButton @buttonText="Delete" @successText="Deleted" @task= {{ this .deleteTheme }} @class="gh-btn gh-btn-red gh-btn-icon" data-test-delete-button="true" />
2017-02-16 22:50:05 +03:00
</div>