diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 23:23:53 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-09-24 23:23:53 +0200 |
commit | f0dd10b8e87731d7746f085b35e2074aa6e2ef73 (patch) | |
tree | 4b2c1dd0c0aa68e2a7c0abeae843176a6eb9e83c /extensions | |
parent | f1d49e2e52ed971e50f7cfe37d70c38a46c5ff06 (diff) | |
download | bugzilla-f0dd10b8e87731d7746f085b35e2074aa6e2ef73.tar.gz bugzilla-f0dd10b8e87731d7746f085b35e2074aa6e2ef73.tar.xz |
Bug 1493295 - Add short URL to each bug
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl index 0566f48b3..6300b0d15 100644 --- a/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl @@ -22,6 +22,7 @@ <link rel="shortcut icon" href="extensions/BMO/web/images/favicon.ico"> [% IF bug %] <link rel="canonical" href="[% Bugzilla.localconfig.canonical_urlbase FILTER none %]show_bug.cgi?id=[% bug.bug_id FILTER uri %]"> +<link rel="shorturl" href="[% Bugzilla.localconfig.canonical_urlbase FILTER none %][% bug.bug_id FILTER uri %]"> [% END %] [%# *** Bug List Navigation *** %] |