This commit is contained in:
Griatch 2022-11-15 21:24:35 +01:00
parent 1d49590ba4
commit f90d4d3eaa
2 changed files with 7 additions and 13 deletions

View file

@ -4,10 +4,10 @@
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
{% if legacy_versions %} <ul>
{%- for item in legacy_versions %}
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
{%- endif %}
{% if legacy_versions %} <ul>
{%- for item in legacy_versions %}
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
{% endif %}
</ul>
{% endif %}