change team page route
This commit is contained in:
parent
9a1474aac4
commit
983ccd5e0a
|
@ -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', ->
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
{{/unless}}
|
||||
|
||||
{{#if config.pro}}
|
||||
<li><a href="/team" title="Travis CI team" class="navigation-anchor">About Us</a></li>
|
||||
<li><a href="/about" title="Travis CI team" class="navigation-anchor">About Us</a></li>
|
||||
<li><a href="/plans" title="" class="navigation-anchor">Plans & Pricing</a></li>
|
||||
<li><a href="https://enterprise.travis-ci.com" title="">Enterprise</a></li>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user