2021-09-08 11:40:52 +03:00
<header class="modal-header">
<h1>Tiers is a one-way street!</h1>
</header>
<a class="close" href="" role="button" title="Close" {{ action "closeModal" }} > {{ svg-jar "close" }} <span class="hidden">Close</span></a>
<div class="modal-body">
2021-09-13 15:26:00 +03:00
<p>Tiers for paid memberships is currently in an early access beta. Once enabled, it cannot be switched off. <a href="http://ghost.org/help/tiers" target="_blank">Learn more here</a></p>
2021-09-08 11:40:52 +03:00
</div>
<div class="modal-footer">
<button {{ action "closeModal" }} class="gh-btn"><span>Cancel</span></button>
2021-09-09 14:38:05 +03:00
<button {{ action "confirm" }} class="gh-btn gh-btn-primary"><span>Enable Tiers</span></button>
2021-09-08 11:40:52 +03:00
</div>