mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
@@ -5,7 +5,7 @@
|
||||
This is an older version and was released in {{ version.release_date|date:"Y"}}.
|
||||
The current version is
|
||||
{% if latest_library_version %}
|
||||
<a href="{% url 'library-detail' slug=latest_library_version.library.slug %}" class="py-1 px-2 text-white rounded bg-slate">
|
||||
<a href="{% url 'library-detail' slug=latest_library_version.library.slug %}" class="font-semibold underline dark:text-white text-charcoal">
|
||||
{% else %}
|
||||
<a href="{% url 'release-detail' latest_version.slug %}" class="font-semibold underline dark:text-white text-charcoal">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user