2017-03-08 21:21:35 +03:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Are you sure you want to un-suspend this user?</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>
|
2017-03-08 21:21:35 +03:00
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<strong>WARNING:</strong> This user will be able to log in again and will have the same permissions they had previously.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="gh-btn" type="button" {{action "closeModal"}}><span>Cancel</span></button>
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhTaskButton @buttonText="Un-suspend" @successText="Suspended" @task={{this.unsuspendUser}} @class="gh-btn gh-btn-red gh-btn-icon" data-test-modal-confirm="true" />
|
2017-03-08 21:21:35 +03:00
|
|
|
</div>
|