From cf6998cac310c8562a06a641c3463474f7e57cd9 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 11 Nov 2015 16:42:04 +0000 Subject: [PATCH] added ab test into payment page left hand feature list --- services/web/app/views/subscriptions/new.jade | 108 ++++++++++++------ 1 file changed, 75 insertions(+), 33 deletions(-) diff --git a/services/web/app/views/subscriptions/new.jade b/services/web/app/views/subscriptions/new.jade index e5a0fa229d..896814e283 100644 --- a/services/web/app/views/subscriptions/new.jade +++ b/services/web/app/views/subscriptions/new.jade @@ -174,44 +174,86 @@ block content div.pull-right strong {{price.currency.symbol}}{{price.next.total}} + span(sixpack-switch="payment-left-menu") - .col-md-3.col-md-pull-4 - if showStudentPlan == 'true' - a.btn-primary.btn.plansPageStudentLink( - href, - ng-click="switchToStudent()" - ) #{translate("half_price_student")} + .col-md-3.col-md-pull-4(sixpack-default) + if showStudentPlan == 'true' + a.btn-primary.btn.plansPageStudentLink( + href, + ng-click="switchToStudent()" + ) #{translate("half_price_student")} - .card.card-first - .paymentPageFeatures - .page-header - h3 #{translate("features")} - h3 #{translate("unlimited_projects")} - p #{translate("create_unlimited_projects")} - - h3 - if plan.features.collaborators == -1 - - var collaboratorCount = 'Unlimited' - else - - var collaboratorCount = plan.features.collaborators - | #{translate("collabs_per_proj", {collabcount:collaboratorCount})} - p #{translate("work_on_single_version")}. #{translate("view_collab_edits")} in real time. + .card.card-first + .paymentPageFeatures + .page-header + h3 #{translate("features")} + h3 #{translate("unlimited_projects")} + p #{translate("create_unlimited_projects")} - h3 #{translate("full_doc_history")} - p #{translate("see_what_has_been")} - span.added #{translate("added")} - | #{translate("and")} - span.removed #{translate("removed")}. - | #{translate("restore_to_any_older_version")}. - - h3 #{translate("sync_to_dropbox")} - p - | #{translate("acces_work_from_anywhere")}. - | #{translate("work_offline_and_sync_with_dropbox")}. + h3 + if plan.features.collaborators == -1 + - var collaboratorCount = 'Unlimited' + else + - var collaboratorCount = plan.features.collaborators + | #{translate("collabs_per_proj", {collabcount:collaboratorCount})} + p #{translate("work_on_single_version")}. #{translate("view_collab_edits")} in real time. - hr + h3 #{translate("full_doc_history")} + p #{translate("see_what_has_been")} + span.added #{translate("added")} + | #{translate("and")} + span.removed #{translate("removed")}. + | #{translate("restore_to_any_older_version")}. + + h3 #{translate("sync_to_dropbox")} + p + | #{translate("acces_work_from_anywhere")}. + | #{translate("work_offline_and_sync_with_dropbox")}. + + hr + + p.small.text-center We're confident that you'll love ShareLaTeX, but if not you can cancel anytime. We'll give you your money back, no questions asked, if you let us know within 30 days. + + .col-md-3.col-md-pull-4(sixpack-when="bolder") + if showStudentPlan == 'true' + a.btn-primary.btn.plansPageStudentLink( + href, + ng-click="switchToStudent()" + ) #{translate("half_price_student")} + + .card.card-first + .paymentPageFeatures + .page-header + h2 #{translate("features")} + h3 + i.fa.fa-check   + | #{translate("unlimited_projects")} - p.small.text-center We're confident that you'll love ShareLaTeX, but if not you can cancel anytime. We'll give you your money back, no questions asked, if you let us know within 30 days. + h3 + i.fa.fa-check   + if plan.features.collaborators == -1 + - var collaboratorCount = 'Unlimited' + else + - var collaboratorCount = plan.features.collaborators + | #{translate("collabs_per_proj", {collabcount:collaboratorCount})} + + h3 + i.fa.fa-check   + | #{translate("full_doc_history")} + + h3 + i.fa.fa-check   + | #{translate("sync_to_dropbox")} + + h3 + i.fa.fa-check   + | #{translate("sync_to_github")} + h3 + i.fa.fa-check   + | #{translate("Compile Larger Projects")} + hr + + h2.text-center 30 Day Guarantee script(type="text/javascript").