mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update ee_dropdown.html
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user