mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added links to help docs
refs https://github.com/TryGhost/Team/issues/1819
This commit is contained in:
parent
cceabac8af
commit
3cb8226100
@ -138,7 +138,7 @@
|
||||
data-test-input="tier-trial" />
|
||||
<span class="gh-input-append">days</span>
|
||||
</div>
|
||||
<p>After trial, members will be automatically subscribed to the full price</p>
|
||||
<p>After trial, members will be automatically subscribed to the full price. <a class="green" href="https://ghost.org/help/free-trials">Learn more</a></p>
|
||||
{{#if this.hasTrialDaysError}}
|
||||
<p class="response w-100"><span class="red">Free trial must be at least 1 day</span></p>
|
||||
{{/if}}
|
||||
|
@ -56,14 +56,14 @@
|
||||
<div>
|
||||
<label class="fw6">Offer type</label>
|
||||
<div class="gh-offer-type-container">
|
||||
<button class="gh-radio flex-grow-1 {{if this.isDiscountOffer "active"}}" type="button" {{on "click" (fn this.changeType "discount")}} disabled={{this.isDiscountSectionDisabled}}>
|
||||
<button class="gh-radio {{if this.isDiscountOffer "active"}}" type="button" {{on "click" (fn this.changeType "discount")}} disabled={{this.isDiscountSectionDisabled}}>
|
||||
<div class="gh-radio-button"></div>
|
||||
<div class="gh-radio-content">
|
||||
<div class="gh-radio-label">Discount</div>
|
||||
<div class="gh-radio-desc">Offer a special reduced price.</div>
|
||||
</div>
|
||||
</button>
|
||||
<button class="gh-radio flex-grow-1 {{if this.isTrialOffer "active"}}"
|
||||
<button class="gh-radio {{if this.isTrialOffer "active"}}"
|
||||
type="button" {{on "click" (fn this.changeType "trial")}} disabled={{this.isDiscountSectionDisabled}}>
|
||||
<div class="gh-radio-button"></div>
|
||||
<div class="gh-radio-content">
|
||||
@ -114,6 +114,7 @@
|
||||
</GhFormGroup>
|
||||
</div>
|
||||
</div>
|
||||
<p class="gh-offer-trial-info">Members will be auto-subscribed at full price once the trial ends. <a class="green" href="https://ghost.org/help/free-trials">Learn more</a></p>
|
||||
{{else}}
|
||||
<div class="gh-offer-tier-and-trial">
|
||||
<GhFormGroup @errors={{this.errors}} @property="product-cadence">
|
||||
|
Loading…
Reference in New Issue
Block a user