summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-20 22:41:11 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-01-20 22:41:11 +0100
commitac3f8d97ba41718c676054d9df4d9796cb715d9a (patch)
treee501dc6424cac7c2dfed95c6b69f7bccf853068d /template
parent8635fcabd4c107f952e5f4c52d824cab029c6aab (diff)
downloadbugzilla-ac3f8d97ba41718c676054d9df4d9796cb715d9a.tar.gz
bugzilla-ac3f8d97ba41718c676054d9df4d9796cb715d9a.tar.xz
Bug 1122125: Add a link to release notes from admin.cgi
r=LpSolit,a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/admin.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl
index 96aefae8b..7e3e5a157 100644
--- a/template/en/default/admin/admin.html.tmpl
+++ b/template/en/default/admin/admin.html.tmpl
@@ -124,6 +124,10 @@
<dd class="[% class %]">View the queue of undelivered/deferred jobs/emails.</dd>
[% END %]
+ <dt id="release_notes">
+ <a href="page.cgi?id=release-notes.html">Release Notes</a></dt>
+ <dd>Detailed information related to this release of Bugzilla.</dd>
+
[% Hook.process('end_links_right') %]
</dl>
</td>