mirror of https://github.com/docker/docs.git
Update ee_dropdown.html
This commit is contained in:
parent
f5308ddcec
commit
9081e93bd2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue