Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions members/signup.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="gh-checkout-plan">
<header class="gh-checkout-plan-header">
<h3>Monthly</h3>
<strong>{{price currency=@price.currency}}{{@price.monthly}}</strong> / month
<strong>{{price monthly_price currency=currency}}</strong> / month
</header>
<div class="gh-checkout-plan-content">
<ul>
Expand All @@ -36,7 +36,7 @@
<div class="gh-checkout-plan">
<header class="gh-checkout-plan-header">
<h3>Yearly</h3>
<strong>{{price currency=@price.currency}}{{@price.yearly}}</strong> / year
<strong>{{price yearly_price currency=currency}}</strong> / year
</header>
<div class="gh-checkout-plan-content">
<ul>
Expand Down