Commit does 3 things:
Remove the duplicative currency abbreviation in favor of the currency symbol alone
Reorders plans by the cost in ascending order.
Fixes a flexbox button bug
10 lines
234 B
Handlebars
10 lines
234 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>
|