- Fix landing page for enterprise

- Fix tour and tour content for enterprise
This commit is contained in:
Joseph Schorr 2014-06-03 14:09:38 -04:00
parent c630d7e948
commit 8a374b1c34
3 changed files with 19 additions and 14 deletions

View file

@ -2,7 +2,7 @@
<ul class="tour-sections">
<li ng-class="kind == '' || kind == 'features' ? 'active' : ''"><a href="/tour/features">Features</a></li>
<li ng-class="kind == 'organizations' ? 'active' : ''"><a href="/tour/organizations">Teams and Organizations</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''"><a href="/tour/enterprise">Enterprise</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''" quay-require="['BILLING']"><a href="/tour/enterprise">Enterprise</a></li>
</ul>
</div>