relocated downloads section in versions flyout menu and added downloads Hint in index.html

This commit is contained in:
nishant-sachdeva
2021-11-26 09:29:27 +05:30
parent e0c85c6f58
commit 5e59325d06
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -13,13 +13,13 @@
</span>
<div class="rst-other-versions">
<dl>
<dt>{{ _('Versions') }}</dt> {% for slug, url in versions %}
<dd><a href="{{ url }}">{{ slug }}</a></dd>
<dt>{{ _('Downloads') }}</dt> {% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
{% endfor %}
</dl>
<dl>
<dt>{{ _('Downloads') }}</dt> {% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
<dt>{{ _('Versions') }}</dt> {% for slug, url in versions %}
<dd><a href="{{ url }}">{{ slug }}</a></dd>
{% endfor %}
</dl>
<dl>