diff --git a/app/controllers/home-pro.coffee b/app/controllers/home-pro.coffee new file mode 100644 index 00000000..c05f5de9 --- /dev/null +++ b/app/controllers/home-pro.coffee @@ -0,0 +1,10 @@ +`import Ember from 'ember'` + +Controller = Ember.Controller.extend + + actions: + gaCta: (location) -> + _gaq.push(['_trackPageview', '/virtual/signup?'+ location]) + @auth.signIn() + +`export default Controller` diff --git a/app/controllers/plans.coffee b/app/controllers/plans.coffee new file mode 100644 index 00000000..c05f5de9 --- /dev/null +++ b/app/controllers/plans.coffee @@ -0,0 +1,10 @@ +`import Ember from 'ember'` + +Controller = Ember.Controller.extend + + actions: + gaCta: (location) -> + _gaq.push(['_trackPageview', '/virtual/signup?'+ location]) + @auth.signIn() + +`export default Controller` diff --git a/app/templates/home-pro.hbs b/app/templates/home-pro.hbs index 995e7d31..d6e6494a 100644 --- a/app/templates/home-pro.hbs +++ b/app/templates/home-pro.hbs @@ -4,7 +4,7 @@
Focus on writing code. Let Travis CI take care
of running your tests and deploying your apps.
Your free trial includes 100 builds and starts as soon as you set up your first project and push a commit. The trial is limitedj to one concurrent build.
+Your free trial includes 100 builds and starts as soon as you set up your first project and push a commit. The trial is limited to one concurrent build.