diff --git a/app/views/user_upgrades/_unavailable_payment.html.erb b/app/views/user_upgrades/_unavailable_payment.html.erb index d857d4577..a5c3ae85f 100644 --- a/app/views/user_upgrades/_unavailable_payment.html.erb +++ b/app/views/user_upgrades/_unavailable_payment.html.erb @@ -1 +1 @@ -
You can upgrade your account at <%= link_to "Safebooru", new_user_upgrade_path(:protocol => "https", :host => "safebooru.donmai.us", :only_path => false) %>.
\ No newline at end of file +You can upgrade your account at <%= link_to "Safebooru", new_user_upgrade_path(:protocol => "https", :host => "safebooru.donmai.us", :only_path => false), :target => "_blank" %>.
\ No newline at end of file