tweaks to pricing page

This commit is contained in:
Kyle Drake 2014-10-24 18:37:03 -07:00
parent ecd838c891
commit e82e1b4631

View file

@ -18,7 +18,13 @@
%>
<section class="section plans">
<h2>Need more power? Weve got you covered.<br>Upgrading gives you more space, bandwidth, features, <strong>and helps us stay independent and keep the free sites free.</strong></h2>
<h2>
Need more space? Weve got you covered.
<% if request.path == '/' %>
<br>
Upgrading gives you more space, bandwidth, features, <strong>and helps us stay independent and keep the free sites free.</strong>
<% end %>
</h2>
<div class="plan-overview">
<div class="header">
@ -285,7 +291,7 @@
<% if request.path.match /\/plan/ %>
<div class="row" style="margin-top: 50px; margin-bottom: 0px;">
<div class="col-50" style="margin-left: auto; margin-right: auto">
<h2>Why get the Supporter Plan?</h2>
<h2>Why get a Supporter Plan?</h2>
</div>
</div>
@ -369,7 +375,7 @@
</div>
<div class="modal-body">
<div>
You are upgrading to the <strong><span id="upgradeFormPlanName"></span> Plan</strong>. You will be charged <span id="upgradeFormPlanPrice"></span>. Enter your Credit Card number:
You are <% if current_site && parent_site.plan_type == 'free' %>upgrading<%else%>changing<%end%> to the <strong><span id="upgradeFormPlanName"></span> Plan</strong>. You will be charged <span id="upgradeFormPlanPrice"></span>. Please enter your Credit Card number:
</div>
<input id="stripe_token" name="stripe_token" type="hidden" value="<%= params[:stripe_token] %>">