diff --git a/app/views/applications/show.html.haml b/app/views/applications/show.html.haml index d8ffcafd3..79af2aa0c 100644 --- a/app/views/applications/show.html.haml +++ b/app/views/applications/show.html.haml @@ -63,16 +63,9 @@ #sidebar #alert = semantic_form_for @alert do |f| - - if ab_test(:home_address) - - @alert.address = nil - %p Find out what's happening in your area. Get alerts of new applications near you straight in your email. It's free! - - else - = render :partial => "alerts/signup_introduction" + = render :partial => "alerts/signup_introduction" = f.inputs do - - if ab_test(:home_address) - = f.input :address, :label => "Enter a street address", :placeholder => "Enter a street address" - - else - = f.input :address, :label => "Enter a street address", :hint => "Or enter another street address - for example, your home address", :placeholder => "Enter a street address" + = f.input :address, :label => "Enter a street address", :hint => "Or enter another street address - for example, your home address", :placeholder => "Enter a street address" = f.input :email, :label => "Enter your email address", :placeholder => "Enter your email address" = f.actions do = f.action :submit, :label => "Create Alert" diff --git a/experiments/home_address.rb b/experiments/home_address.rb deleted file mode 100644 index 7b81d1d8d..000000000 --- a/experiments/home_address.rb +++ /dev/null @@ -1,4 +0,0 @@ -ab_test "home address" do - description "By focusing on signing up for email alerts for your home address do we increase signups?" - metrics :alert_signup -end \ No newline at end of file