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 @@

Build apps
with confidence

Focus on writing code. Let Travis CI take care
of running your tests and deploying your apps.

- Start your free trial + Start your free trial
@@ -85,7 +85,7 @@

Interested in running your
private projects with Travis CI?

- Start your free trial + Start your free trial
\ No newline at end of file diff --git a/app/templates/plans.hbs b/app/templates/plans.hbs index 0da274c4..ed87d553 100644 --- a/app/templates/plans.hbs +++ b/app/templates/plans.hbs @@ -37,7 +37,7 @@
  • Unlimited collaborators
  • - Start Trial + Start Trial
  • @@ -53,7 +53,7 @@
  • Unlimited collaborators
  • - Start Trial + Start Trial
  • @@ -69,7 +69,7 @@
  • Unlimited collaborators
  • - Start Trial + Start Trial
    @@ -123,7 +123,7 @@
  • How does the trial work?

    -

    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.

  • Do you have plans for student?