diff --git a/app/views/upgrade_codes/redeem.html.erb b/app/views/upgrade_codes/redeem.html.erb index f80f4519e..bc2119042 100644 --- a/app/views/upgrade_codes/redeem.html.erb +++ b/app/views/upgrade_codes/redeem.html.erb @@ -7,10 +7,11 @@

Redeem upgrade code

<% if CurrentUser.user.level <= User::Levels::MEMBER %> -

Enter your upgrade code below to upgrade your account to Gold.

+

Enter your upgrade code below to upgrade your account to Gold. Look for the code on the order confirmation + page or in your email. -

After you purchase a Gold account, you will receive an upgrade code. Enter it here to upgrade your account. If you don't have a code, - go to the <%= link_to "upgrade page", new_user_upgrade_path %> first to buy one, then come back here to redeem it.

+

If you don't have a code, go to the <%= link_to "upgrade page", new_user_upgrade_path %> to buy one, + then come back here to redeem it. If you have any questions, <%= link_to "contact us", contact_path %>.

<% if CurrentUser.user.is_anonymous? %>

You must <%= link_to "login", login_path(url: redeem_upgrade_codes_path) %> or diff --git a/app/views/user_upgrades/new.html.erb b/app/views/user_upgrades/new.html.erb index 47b04d92d..0f196e5f6 100644 --- a/app/views/user_upgrades/new.html.erb +++ b/app/views/user_upgrades/new.html.erb @@ -1,6 +1,10 @@ <% page_title "Account Upgrade" %> <% meta_description "Upgrade to a Gold account." %> +<% content_for :html_header do %> + +<% end %> + <%= render "users/secondary_links" %>

@@ -25,8 +29,6 @@

<%= Danbooru.config.canonical_app_name %> Gold is a lifetime upgrade, not a subscription. You pay only once and keep the upgrade forever!

- -

Notice: Gold upgrades are temporarily disabled while we change our payment system.

<% end %> <% if Danbooru.config.is_promotion? %> @@ -101,8 +103,8 @@ <% if !UserUpgrade.enabled? %> <%= link_to "Upgrade to Gold", user_upgrades_path(user_id: @recipient.id), class: "button-primary", disabled: true %> <% elsif @user_upgrade.purchaser.is_anonymous? %> - <%= link_to "Upgrade to Gold", new_user_path(url: new_user_upgrade_path), class: "button-primary" %> - <%= link_to "Redeem upgrade code", redeem_upgrade_codes_path, class: "text-sm" %> + <%= link_to "Upgrade to Gold", new_user_path(url: new_user_upgrade_path), class: "button-primary block mb-2" %> + <%= link_to "Redeem upgrade code", redeem_upgrade_codes_path, class: "text-sm block" %> <% elsif @user_upgrade.recipient.level <= User::Levels::MEMBER %> <%= button_to "Upgrade to Gold", user_upgrades_path(user_id: @recipient.id, upgrade_type: "gold", country: params[:country], promo: params[:promo], payment_processor: "shopify"), class: "button-primary mb-2", remote: true, disable_with: "Redirecting..." %> <%= link_to "Redeem upgrade code", redeem_upgrade_codes_path, class: "text-sm" %> @@ -124,10 +126,11 @@
- How do I buy <%= Danbooru.config.canonical_app_name %> Gold? + How do I upgrade my account?

Click the "Upgrade to Gold" button on this page. After you purchase an upgrade, you will receive a code you can - <%= link_to "redeem here", redeem_upgrade_codes_path %> to upgrade your account to Gold.

+ <%= link_to "redeem here", redeem_upgrade_codes_path %> to upgrade your account to Gold. Look for the upgrade code + in your email or on the order confirmation page. <%= link_to "Contact us", contact_path %> if you have any questions.

@@ -187,13 +190,13 @@
Can I gift an upgrade to someone else? -

Sure. Just go to their profile page and look for the "Gift Upgrade" link.

+

Sure. You can buy an upgrade code and give it to someone else.

What payment methods do you support? -

We support all major credit and debit cards. We don't support PayPal or Bitcoin at this time.

+

We support all major credit and debit cards. We don't support Bitcoin at this time.