2019-02-22 12:31:45 +01:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Are you sure you want to delete this member?</h1>
|
|
|
|
</header>
|
|
|
|
<a class="close" href="" title="Close" {{action "closeModal"}}>{{svg-jar "close"}}<span class="hidden">Close</span></a>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
2019-12-13 15:20:29 +01:00
|
|
|
You're about to delete "<strong>{{or this.member.name this.member.email}}</strong>". This is permanent! We warned you, k?
|
2019-02-22 12:31:45 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button {{action "closeModal"}} class="gh-btn"><span>Cancel</span></button>
|
2019-12-13 15:20:29 +01:00
|
|
|
{{gh-task-button "Delete" successText="Deleted" task=this.deleteMember class="gh-btn gh-btn-red gh-btn-icon"}}
|
2019-02-22 12:31:45 +01:00
|
|
|
</div>
|