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

4 lines
148 B
Handlebars

{{#if this.showUpgradeButton}}
<button class="gh-btn gh-btn-green" type="button" {{action "openBilling"}}><span>Upgrade</span></button>
{{/if}}