mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
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:
parent
41c138640a
commit
8fbb5eb04d
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user