From 7a5b362445d9835bf51dfa8aa2f292d55da92a0d Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 7 Nov 2014 14:17:42 -0800 Subject: [PATCH] open safebooru in a new window --- app/views/user_upgrades/_unavailable_payment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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