Update ee_dropdown.html

This commit is contained in:
John Mulhausen 2017-11-02 12:49:39 -07:00 committed by GitHub
parent f5308ddcec
commit 9081e93bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% if page.path contains "ucp" %}
{% if page.path contains "datacenter/ucp" %}
{% capture currentDoc %}UCP version {{ page.ucp_version }}{% endcapture %}
{% capture dropdown %}
<div class="dropdown">
@ -12,7 +12,7 @@
</div>
{% endcapture %}
{% endif %}
{% if page.path contains "dtr" %}
{% if page.path contains "datacenter/dtr" %}
{% capture currentDoc %}DTR version {{ page.dtr_version }}{% endcapture %}
{% capture dropdown %}
<div class="dropdown">