Gold pages: update buy gold link

This commit is contained in:
Chad Birch
2013-10-22 14:20:46 -06:00
committed by Neil Williams
parent dcf6281afb
commit c4d053b802

View File

@@ -68,7 +68,7 @@
<p>${description}</p>
% endif
<div class="actions">
<a class="buy-gold-button" href="/gold">${_('buy reddit gold')}</a>&#32;
<a class="buy-gold-button" href="/gold?goldtype=autorenew&source=about">${_('buy reddit gold')}</a>&#32;
<span class="or">${_('or')}</span>
<a class="postcard-button" href="/gold/about#postcard"><img src="${static('gold/stamp.png')}" alt=""> ${_('send us a postcard')}</a>
</div>
@@ -79,7 +79,7 @@
<footer>
<h1>${_('become a member today.')}</h1>
<p>${_('reddit gold is %(gold_month_price)s / month, or %(gold_year_price)s for a year.') % thing.prices}</p>
<a class="buy-gold-button" href="/gold">${_('buy reddit gold')}</a>
<a class="buy-gold-button" href="/gold?goldtype=autorenew&source=about">${_('buy reddit gold')}</a>
</footer>
</%def>