File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < div class ="version-dropdown " style ="margin-bottom: 1rem; ">
55 < select onchange ="window.location.href = this.value " style ="width: 100%; padding: 0.5rem; border: 1px solid var(--color-background-border); border-radius: 0.25rem; background-color: var(--color-background-secondary); color: var(--color-foreground-primary); font-size: var(--font-size--small); cursor: pointer; ">
66 {% for item in versions %}
7- < option value ="{{ item.url }} " {% if item.name == current_version %}selected{% endif %} >
8- {{ item.name }}{% if item.name == current_version %} (current){% endif %}
7+ < option value ="{{ item.url }} " {% if item == current_version %}selected{% endif %} >
8+ {{ item.name }}{% if item == current_version %} (current){% endif %}
99 </ option >
1010 {% endfor %}
1111 </ select >
You can’t perform that action at this time.
0 commit comments