From 253a56f47d99db28f3adc7cd8144078fb6f78be8 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 7 Jan 2016 14:22:39 +0100 Subject: [PATCH 1/2] not use view in accounts --- app/templates/account.hbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index c68f5a7b..d6443d21 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! From b8f8071f980f3279e272f07b2992977df10f7e87 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 7 Jan 2016 14:33:34 +0100 Subject: [PATCH 2/2] add image descriptions --- app/templates/account.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index d6443d21..19bdae4a 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -43,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