From 1f2dbc95f99e495e225b057a089a1e74dd8acedd Mon Sep 17 00:00:00 2001 From: Jono M Date: Tue, 26 Sep 2023 11:33:00 +0100 Subject: [PATCH] Updated links to old settings to link to AdminX (#18352) refs https://github.com/TryGhost/Product/issues/3832 --- copilot:summary --- ghost/admin/app/components/gh-members-no-members.hbs | 12 +++++++++--- ghost/admin/app/templates/offers.hbs | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ghost/admin/app/components/gh-members-no-members.hbs b/ghost/admin/app/components/gh-members-no-members.hbs index 0c27aae60a..53a8d71c9f 100644 --- a/ghost/admin/app/components/gh-members-no-members.hbs +++ b/ghost/admin/app/components/gh-members-no-members.hbs @@ -9,8 +9,14 @@

Have members already? Add them manually or import from CSV

{{else}}

Memberships have been disabled. Adjust your Subscription Access settings to start adding members.

- - Membership settings - + {{#if (feature "adminXSettings")}} + + Membership settings + + {{else}} + + Membership settings + + {{/if}} {{/if}} \ No newline at end of file diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index 1d5b240ac6..f374248cb8 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -30,9 +30,15 @@
{{svg-jar "discount-bubble" class="discount-bubble"}}

You must have an active tier to create offers

- - Manage tiers - + {{#if (feature "adminXSettings")}} + + Manage tiers + + {{else}} + + Manage tiers + + {{/if}}
{{else if (and this.offersExist this.filteredOffers.length)}}