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 currentDoc %}UCP version {{ page.ucp_version }}{% endcapture %}
|
||||||
{% capture dropdown %}
|
{% capture dropdown %}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.path contains "dtr" %}
|
{% if page.path contains "datacenter/dtr" %}
|
||||||
{% capture currentDoc %}DTR version {{ page.dtr_version }}{% endcapture %}
|
{% capture currentDoc %}DTR version {{ page.dtr_version }}{% endcapture %}
|
||||||
{% capture dropdown %}
|
{% capture dropdown %}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
|
Loading…
Reference in New Issue