We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da39d8e commit e0ceb5aCopy full SHA for e0ceb5a
templates/libraries/includes/version_alert.html
@@ -10,7 +10,7 @@
10
{% elif selected_version.full_release %}
11
This is an older version of Boost and was released in {{ selected_version.release_date|date:"Y"}}.
12
{% else %}
13
- This version of Boost is under active development.
+ This version of Boost is under active development. You are currently in the {{ selected_version.display_name }} branch.
14
{% endif %}
15
The <a href="{{ version_alert_url }}">current version</a> is {{ current_version.display_name }}.
16
0 commit comments