From 983ccd5e0aa33cefcbb95affd6aecb95cc2cfdd3 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 19 Nov 2015 17:38:27 +0100 Subject: [PATCH] change team page route --- app/router.coffee | 2 +- app/templates/top.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/router.coffee b/app/router.coffee index fa73d98e..d42fb3f1 100644 --- a/app/router.coffee +++ b/app/router.coffee @@ -68,7 +68,7 @@ Router.map -> @route 'home-pro', path: '/home-pro' @route 'plans', path: '/plans' - @route 'team', path: '/team' + @route 'team', path: '/about' @route 'logo', path: '/logo' @resource 'profile', path: '/profile', -> diff --git a/app/templates/top.hbs b/app/templates/top.hbs index 1cb3354b..f11c2424 100644 --- a/app/templates/top.hbs +++ b/app/templates/top.hbs @@ -33,7 +33,7 @@ {{/unless}} {{#if config.pro}} -
  • About Us
  • +
  • About Us
  • Plans & Pricing
  • Enterprise
  • {{/if}}