remove unneeded MB from pricing

This commit is contained in:
Kyle Drake 2016-02-11 19:55:33 -08:00
parent 4657a8563b
commit 07216f5099

View file

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