Fix #3661: Account upgrade page directs to dead link instead of correct safebooru page.

This commit is contained in:
evazion
2018-04-22 01:02:38 -05:00
parent 8fb72ffcaf
commit fdd5ea3e78

View File

@@ -1,3 +1,3 @@
<div class="section">
<p>You can pay with a credit or debit card on <%= link_to "Safebooru", new_user_upgrade_url(domain: "safebooru.donmai.us", protocol: "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.</p>
<p>You can pay with a credit or debit card on <%= link_to "Safebooru", new_user_upgrade_url(host: "safebooru.donmai.us", protocol: "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.</p>
</div>