<% page_title "Account Upgraded" %> <%= render "users/secondary_links" %>
<% if flash[:success] %>

Congratulations!

<% if user != CurrentUser.user %>

<%= user.name %> is now a <%= user.level_string %> user. Thanks for supporting the site!

<% else %>

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

<% end %>

<%= link_to "Go back to #{Danbooru.config.canonical_app_name}", "https://danbooru.donmai.us" %> to start using your new account.

<% elsif flash[:error] %>

An error occurred!

<%= flash[:error] %>

<%= link_to "Try again", new_user_upgrade_path %>

<% end %>