mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
10 lines
644 B
Handlebars
10 lines
644 B
Handlebars
|
{{#if this.showReferralInvite}}
|
||
|
<div class="gh-referral-toast">
|
||
|
<button class="gh-referral-toast-close" type="button" {{on "click" this.dismissReferralInvite}}>×</button>
|
||
|
<a href="https://referrals.ghost.org/?ref=admin" target="_blank" rel="noopener noreferrer">
|
||
|
<strong>You qualify for our invite-only referral program.</strong>
|
||
|
<p class="gh-footer-toast-p">Refer people to Ghost and earn a <strong>30% share</strong> of the subscription revenue, every single month.</p>
|
||
|
<div class="gh-btn gh-btn-black gh-referral-toast-button" type="button"><span>Find out more →</span></div>
|
||
|
</a>
|
||
|
</div>
|
||
|
{{/if}}
|