diff --git a/ghost/admin/app/components/gh-membership-products-alpha.hbs b/ghost/admin/app/components/gh-membership-products-alpha.hbs new file mode 100644 index 0000000000..70a6c9e103 --- /dev/null +++ b/ghost/admin/app/components/gh-membership-products-alpha.hbs @@ -0,0 +1,54 @@ +{{#each this.products as |product|}} +
+ {{product.description}} +
++ {{product.monthlyPrice.currency}} + {{gh-price-amount product.monthlyPrice.amount}}/month +
++ {{product.monthlyPrice.currency}} + {{gh-price-amount product.yearlyPrice.amount}}/year +
+{{this.stripePlanError}}
- {{/if}} - + {{#if this.stripePlanError}} +{{this.stripePlanError}}
+ {{/if}} + + {{/if}}