Skip to content

Commit e0ceb5a

Browse files
authored
Adjust development branches libraries warning to specify the branch (#1979) (#1980)
1 parent da39d8e commit e0ceb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/libraries/includes/version_alert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% elif selected_version.full_release %}
1111
This is an older version of Boost and was released in {{ selected_version.release_date|date:"Y"}}.
1212
{% else %}
13-
This version of Boost is under active development.
13+
This version of Boost is under active development. You are currently in the {{ selected_version.display_name }} branch.
1414
{% endif %}
1515
The <a href="{{ version_alert_url }}">current version</a> is {{ current_version.display_name }}.
1616
{% endif %}

0 commit comments

Comments
 (0)