- Fix landing page for enterprise
- Fix tour and tour content for enterprise
This commit is contained in:
parent
c630d7e948
commit
8a374b1c34
3 changed files with 19 additions and 14 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue