2021-04-28 17:07:18 +03:00
|
|
|
<header class="modal-header" data-test-modal="delete-user">
|
|
|
|
<h1>Upgrade to un-suspend this user</h1>
|
|
|
|
</header>
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="close" title="Close" type="button" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
2021-04-28 17:07:18 +03:00
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
|
|
|
{{html-safe this.model.message}} To give this user access to Ghost, upgrade to a different plan.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="gh-btn" data-test-button="cancel-upgrade" type="button" {{on "click" this.closeModal}}>
|
2021-04-28 17:07:18 +03:00
|
|
|
<span>Cancel</span>
|
|
|
|
</button>
|
|
|
|
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="gh-btn gh-btn-green" data-test-button="upgrade-plan" type="button" {{on "click" (action "upgrade")}}>
|
2021-04-28 17:07:18 +03:00
|
|
|
<span>Upgrade my plan</span>
|
|
|
|
</button>
|
|
|
|
</div>
|