summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/pages/pricing.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pages/pricing.html.haml b/app/views/pages/pricing.html.haml
index ce4b379..e339d27 100644
--- a/app/views/pages/pricing.html.haml
+++ b/app/views/pages/pricing.html.haml
@@ -16,6 +16,6 @@
- if level[:rate].nil? || level[:rate] == 0
= t(:free)
- else
- = level[:rate].join(', ')
+ = level[:rate].collect{|currency, price| "#{currency} #{price}"}.join(', ')
- else
No service levels are configured.