From 77690165566f263efd83996bac323ee8dce244a7 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Thu, 11 Apr 2024 11:40:16 -0700 Subject: [PATCH] Tweak NeoPass beta copy and widen the net again Not getting a lot of takers, I think it was wise to start small just in case, but there doesn't seem to be a floodgate problem, so let's remove the limitations and increase the ask! (But still not a full launch yet, because I want to funnel people through the feedback process first.) --- app/controllers/outfits_controller.rb | 3 --- app/views/outfits/new.html.haml | 13 +++++++------ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/app/controllers/outfits_controller.rb b/app/controllers/outfits_controller.rb index ea9d236e..a4e3be17 100644 --- a/app/controllers/outfits_controller.rb +++ b/app/controllers/outfits_controller.rb @@ -47,9 +47,6 @@ class OutfitsController < ApplicationController end def new - session[:neopass_test_group] ||= rand(0..99) - @neopass_test_group = session[:neopass_test_group] - @colors = Color.funny.alphabetical @species = Species.alphabetical diff --git a/app/views/outfits/new.html.haml b/app/views/outfits/new.html.haml index 77e1d027..a7a9a4d2 100644 --- a/app/views/outfits/new.html.haml +++ b/app/views/outfits/new.html.haml @@ -18,12 +18,13 @@ %br = link_to "Here's what's coming and why.", about_neopass_path - - if @neopass_test_group < 50 - %p - %strong ➡️ Seeking beta testers, please! - = link_to "Check out the secret testing info", - "https://forms.gle/hEkw5bXY1W4YhUZb7" - and let us know how it goes! + %p + %strong ➡️ Seeking beta testers, please! + We need help making sure NeoPass login actually works reliably! + %br + = link_to "Check out the secret testing info", + "https://forms.gle/hEkw5bXY1W4YhUZb7" + and let us know how it goes! Thank you!! 💖 #outfit-forms - localized_cache :action_suffix => 'outfit_forms_intro' do