From ece81a2c9b9923089310200b7c06d3e14c0e12fb Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 2 Jun 2016 09:40:07 -0500 Subject: [PATCH] yellow-ify link --- .../jam_ruby/user_mailer/student_welcome_message.html.erb | 2 +- .../react-components/TestDrivePackageDialog.js.jsx.coffee | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/student_welcome_message.html.erb b/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/student_welcome_message.html.erb index b332c29f1..d2d9a47f2 100644 --- a/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/student_welcome_message.html.erb +++ b/ruby/lib/jam_ruby/app/views/jam_ruby/user_mailer/student_welcome_message.html.erb @@ -35,7 +35,7 @@

2. Set Up Your Gear
Please review our help articles on gear recommendations to make sure you have everything you need to get set up properly for best results in your online lessons. - If you have everything you need, then you can follow the instructions on our setup help articles to download and install our free app and set it up with your audio gear and webcam. Please email us at support@jamkazam.com or call us at 1-877-376-8742 any time so that we can help you with these steps. We are very happy to help, and we also strongly suggest that you let one of our staff get into an online session with you to make sure everything is working properly and to make sure you're comfortable with the app and ready for your first lesson. + If you have everything you need, then you can follow the instructions on our setup help articles to download and install our free app and set it up with your audio gear and webcam. Please email us at support@jamkazam.com or call us at 1-877-376-8742 any time so that we can help you with these steps. We are very happy to help, and we also strongly suggest that you let one of our staff get into an online session with you to make sure everything is working properly and to make sure you're comfortable with the app and ready for your first lesson.

3. Learn About JamClass Features
diff --git a/web/app/assets/javascripts/react-components/TestDrivePackageDialog.js.jsx.coffee b/web/app/assets/javascripts/react-components/TestDrivePackageDialog.js.jsx.coffee index cc40d30fb..1f2a7f893 100644 --- a/web/app/assets/javascripts/react-components/TestDrivePackageDialog.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/TestDrivePackageDialog.js.jsx.coffee @@ -54,6 +54,12 @@ context = window return teachers = [] + + console.log("STATE TIME", @state) + if @state.page_data?.package?.teachers? + for teacher in @state.page_data.package.teachers + teachers.push(@teacher(teacher.name, teacher.photo_url, teacher.id)) + $.each(checked, (i, node) => ( $node = $(node) teachers.push($node.data('teacher'))