Removed shared redirect inputs when Tiers enabled

refs https://github.com/TryGhost/Team/issues/1168

These are being replaced by Tier specific redirect which are set in the
Tier modal when Tiers feature is enabled.
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-30 16:18:50 +02:00 committed by Fabien 'egg' O'Carroll
parent 41c138640a
commit 8fbb5eb04d

View File

@ -95,7 +95,7 @@
@products={{this.products}}
@openEditProduct={{this.openEditProduct}}
/>
{{/if}}
{{else}}
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="free-welcome-page">
<label for="freeWelcomePage">Welcome page</label>
<GhUrlInput
@ -112,6 +112,7 @@
/>
<p>Redirect to this URL after signup for a free membership</p>
</GhFormGroup>
{{/if}}
</div>
{{/liquid-if}}
</div>
@ -205,8 +206,6 @@
<p class="response w-100"><span class="red">{{this.stripePlanError}}</span></p>
{{/if}}
</GhFormGroup>
{{/if}}
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="paid-welcome-page">
<label for="paidWelcomePage">Welcome page</label>
<GhUrlInput
@ -222,6 +221,8 @@
/>
<p>Redirect to this URL after signup for premium membership</p>
</GhFormGroup>
{{/if}}
{{/if}}
</div>
{{/liquid-if}}