Files
discourse-subscriptions/assets/javascripts/discourse/components/payment-options.hbs
T

13 lines
277 B
Handlebars

<p>
{{i18n "discourse_subscriptions.plans.select"}}
</p>
<div class="subscribe-buttons">
{{#each this.orderedPlans as |plan|}}
<PaymentPlan
@plan={{plan}}
@selectedPlan={{this.selectedPlan}}
@clickPlan={{action "clickPlan"}}
/>
{{/each}}
</div>