<% if flash[:success] %>

Congratulations!

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

<%= link_to "Return to posts", posts_path %>

<% elsif flash[:error] %>

An error occurred!

<%= flash[:error] %>

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

<% end %>
<%= render "users/secondary_links" %> <% content_for(:page_title) do %> Upgrade - <%= Danbooru.config.app_name %> <% end %>