<% page_title "User Upgrade Status" %> <%= render "users/secondary_links" %>

User Upgrade

<% if @user_upgrade.status == "complete" %> <% if @user_upgrade.is_gift? && CurrentUser.user == @user_upgrade.recipient %>

<%= link_to_user @user_upgrade.purchaser %> has upgraded your account to <%= @user_upgrade.level_string %>. Enjoy your new account!

<% elsif @user_upgrade.is_gift? && CurrentUser.user == @user_upgrade.purchaser %>

<%= link_to_user @user_upgrade.recipient %> is now a <%= @user_upgrade.level_string %> user. Thanks for supporting the site!

<% else %>

You are now a <%= @user_upgrade.level_string %> user. Thanks for supporting the site!

<% end %>

<%= link_to "Go back to #{Danbooru.config.canonical_app_name}", "https://danbooru.donmai.us" %> to continue using the site.

<% else %> <%= content_for :html_header do %> <% end %>

This order is still being processed. You will be notified as soon as the order is complete.

<% end %>