diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-20 22:41:11 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-20 22:41:11 +0100 |
commit | ac3f8d97ba41718c676054d9df4d9796cb715d9a (patch) | |
tree | e501dc6424cac7c2dfed95c6b69f7bccf853068d | |
parent | 8635fcabd4c107f952e5f4c52d824cab029c6aab (diff) | |
download | bugzilla-ac3f8d97ba41718c676054d9df4d9796cb715d9a.tar.gz bugzilla-ac3f8d97ba41718c676054d9df4d9796cb715d9a.tar.xz |
Bug 1122125: Add a link to release notes from admin.cgi
r=LpSolit,a=justdave
-rw-r--r-- | template/en/default/admin/admin.html.tmpl | 4 |
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> |