From abe7857e1880ea6d2d5c5d631b75a45e039e6cb5 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 5 May 2021 15:23:44 +0200 Subject: [PATCH] Moved Stripe customer link to subscriptions - since there can be different Stripe customers for each subscription, it makes more sense to place the customer link together with it --- .../components/gh-member-settings-form-cp.hbs | 25 ++++++------------- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/ghost/admin/app/components/gh-member-settings-form-cp.hbs b/ghost/admin/app/components/gh-member-settings-form-cp.hbs index dd1efe952f..854b9d04a0 100644 --- a/ghost/admin/app/components/gh-member-settings-form-cp.hbs +++ b/ghost/admin/app/components/gh-member-settings-form-cp.hbs @@ -99,23 +99,6 @@ - - {{#if (and this.canShowStripeInfo this.customer)}} -
-

Stripe customer

-

- {{#if this.customer.email}} - {{this.customer.email}} - {{else}} - No email - {{/if}} - – - - View on Stripe - -

-
- {{/if}} @@ -165,9 +148,15 @@ +
  • + + View Stripe customer + +
  • +
  • - View on Stripe + View Stripe subscription