Skip to content
Snippets Groups Projects
Commit cf6aa0a6 authored by elijah's avatar elijah
Browse files

minor fix to default pricing chart

parent 3afb745d
Branches
Tags
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment