Ghost-Admin/app/components/gh-billing-update-button.hbs

6 lines
209 B
Handlebars

<iframe id="billing-frame-global" src={{this.billing.endpoint}}></iframe>
{{#if this.showUpgradeButton}}
<button class="gh-btn gh-btn-green" {{action "openBilling"}}><span>Upgrade</span></button>
{{/if}}