mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
fd69f7fbcc
commit
2a8c414717
1 changed files with 2 additions and 31 deletions
|
@ -8,7 +8,7 @@
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p class="gh-member-addcomp-subhed" data-test-text="select-tier-desc">
|
<p class="gh-member-addcomp-subhed" data-test-text="select-tier-desc">
|
||||||
Select a tier and duration for <strong>{{or this.member.name this.member.email}}</strong>'s
|
Select a tier for <strong>{{or this.member.name this.member.email}}</strong>'s
|
||||||
complimentary subscription.
|
complimentary subscription.
|
||||||
</p>
|
</p>
|
||||||
{{#if this.activeSubscriptions.length}}
|
{{#if this.activeSubscriptions.length}}
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<div class="gh-loading-spinner"> </div>
|
<div class="gh-loading-spinner"> </div>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{!-- <div class="form-rich-radio">
|
<div class="form-rich-radio">
|
||||||
{{#each this.tiers as |tier|}}
|
{{#each this.tiers as |tier|}}
|
||||||
<div
|
<div
|
||||||
class="gh-radio {{if (eq this.selectedTier tier.id) "active"}}"
|
class="gh-radio {{if (eq this.selectedTier tier.id) "active"}}"
|
||||||
|
@ -40,35 +40,6 @@
|
||||||
<div class="gh-radio-button"></div>
|
<div class="gh-radio-button"></div>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div> --}}
|
|
||||||
|
|
||||||
<div class="gh-main-section-content grey">
|
|
||||||
<GhFormGroup @property="product-cadence">
|
|
||||||
<label for="product-cadence" class="fw6">Tier</label>
|
|
||||||
<span class="gh-select">
|
|
||||||
<OneWaySelect
|
|
||||||
@value={{this.selectedTier}}
|
|
||||||
@options={{this.tiers}}
|
|
||||||
@optionValuePath="name"
|
|
||||||
@optionLabelPath="name"
|
|
||||||
@optionTargetPath="name"
|
|
||||||
/>
|
|
||||||
{{svg-jar "arrow-down-small"}}
|
|
||||||
</span>
|
|
||||||
</GhFormGroup>
|
|
||||||
<GhFormGroup @property="product-cadence">
|
|
||||||
<label for="product-cadence" class="fw6">Duration</label>
|
|
||||||
<span class="gh-select">
|
|
||||||
<OneWaySelect
|
|
||||||
@value="Forever"
|
|
||||||
@options={{this.tiers}}
|
|
||||||
@optionValuePath="name"
|
|
||||||
@optionLabelPath="name"
|
|
||||||
@optionTargetPath="name"
|
|
||||||
/>
|
|
||||||
{{svg-jar "arrow-down-small"}}
|
|
||||||
</span>
|
|
||||||
</GhFormGroup>
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue