diff --git a/app/templates/account.hbs b/app/templates/account.hbs index c68f5a7b..19bdae4a 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -1,14 +1,15 @@ {{#if allHooks.isLoaded}}
+ {{#if config.billingEndpoint}}
- {{#if view.subscribed}} + {{#if subscribeButtonInfo.subscribed}} Subscription active! {{else}} - {{#if view.education}} + {{#if subscribeButtonInfo.education}} Educational account! @@ -42,19 +43,19 @@
  1. - + Flick the repo switch
    Flick the repository switch on
  2. - + Add .travis.yml file
    Add .travis.yml file to your repository
  3. - + Do a git push
    Trigger your first build with a git push