Skip to content

Commit 50ecb29

Browse files
committed
Added a link to browse the release version in the repository to /release/.
- Legacy-Id: 7701
1 parent ed97ce5 commit 50ecb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/release/release.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block content %}
66
<div id="release">
7-
<h2>Version {{ entry.version }}, released {{ entry.date }}</h2>
7+
<h2><a href="https://trac.tools.ietf.org/tools/ietfdb/browser/tags/{{entry.version}}">Version {{ entry.version }}</a>, released {{ entry.date }}</h2>
88
<p style="font-size: 90%">
99
{% if entry.prev %}&larr;&nbsp;<a href="/release/{{entry.prev.version}}/">previous release</a>{% else %}<span style="color: grey">&larr; previous release</span>{% endif %}
1010
|

0 commit comments

Comments
 (0)