forked from OpenNeo/impress
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.)
This commit is contained in:
parent
99277aecdd
commit
7769016556
2 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue