revert to to_space_pretty for storage on pricing

This commit is contained in:
Kyle Drake 2016-01-21 22:55:53 -08:00
parent 7db121e09f
commit be9fe7ca12

View file

@ -79,7 +79,7 @@
<%== plan_pricing_button :supporter %>
<% end %>
<ul>
<li><strong><%= (Site::PLAN_FEATURES[:supporter][:space] / (10**6)).to_comma_separated %> MB</strong> storage</li>
<li><strong><%= Site::PLAN_FEATURES[:free][:space].to_space_pretty %> MB</strong> storage</li>
<li><strong><%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %></strong> bandwidth</li>
</ul>
<ul>