% page_title "Account Upgraded" %> <%= render "users/secondary_links" %>
<%= 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] %><%= flash[:error] %>
<%= link_to "Try again", new_user_upgrade_path %>
<% end %>