make ga experiements per page

This commit is contained in:
Henry Oswald 2014-08-24 17:07:40 +01:00
parent 705c282b0a
commit 27b9cad8ca
2 changed files with 3 additions and 2 deletions

View file

@ -26,6 +26,7 @@ module.exports = SubscriptionController =
title: "plans_and_pricing"
plans: plans
baseUrl: baseUrl
gaExperiments: Settings.gaExperiments.plansPage
#get to show the recurly.js page
paymentPage: (req, res, next) ->

View file

@ -3,8 +3,8 @@ html(itemscope, itemtype='http://schema.org/Product')
block vars
head
-if (typeof(settings.gaExperiments) != "undefined")
|!{settings.gaExperiments}
-if (typeof(gaExperiments) != "undefined")
|!{gaExperiments}
-if (typeof(title) == "undefined")