mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-04 00:29:25 +00:00
* DEV: Update CI workflows * DEV: Update deps * DEV: Fix template linting Co-authored-by: discoursebuild <build@discourse.org> Co-authored-by: Jarek Radosz <jradosz@gmail.com>
14 lines
257 B
Handlebars
14 lines
257 B
Handlebars
<p>
|
|
{{i18n "discourse_subscriptions.plans.select"}}
|
|
</p>
|
|
|
|
<div class="subscribe-buttons">
|
|
{{#each orderedPlans as |plan|}}
|
|
{{payment-plan
|
|
plan=plan
|
|
selectedPlan=selectedPlan
|
|
clickPlan=(action "clickPlan")
|
|
}}
|
|
{{/each}}
|
|
</div>
|