/user_upgrade/new: fix broken account upgrade link.

ref: https://danbooru.donmai.us/forum_posts/145267
This commit is contained in:
evazion
2018-04-18 10:34:41 -05:00
parent e9dc4a397e
commit 9cafffd20a

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_path(:only_path => false, :domain => "donmai.us", :subdomain => "safebooru", :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(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>
</div>