mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
revert to to_space_pretty for storage on pricing
This commit is contained in:
parent
7db121e09f
commit
be9fe7ca12
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue