<% if flash[:disable] %>

You can upgrade your account at <%= link_to "Safebooru", new_user_upgrade_path(:protocol => "https", :host => "safebooru.donmai.us", :only_path => false) %>.

<% elsif flash[:success] %>

Congradulations!

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 %>