diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-13 05:45:32 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-13 05:45:32 +0100 |
commit | 40f3f69f9abc0c8cd3e0b4f6fbb445227e7fd370 (patch) | |
tree | e936331a92e7421a9f3ad15904ab94b94241ab75 /extensions/BMO | |
parent | 681f39d6a59163e4f36dc5c64c3b528b41bb0639 (diff) | |
download | bugzilla-40f3f69f9abc0c8cd3e0b4f6fbb445227e7fd370.tar.gz bugzilla-40f3f69f9abc0c8cd3e0b4f6fbb445227e7fd370.tar.xz |
Bug 726510: remove "bug" from show_bug titles
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/hook/bug/show-header-end.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug/show-header-end.html.tmpl b/extensions/BMO/template/en/default/hook/bug/show-header-end.html.tmpl index 55e428e01..d20f2c328 100644 --- a/extensions/BMO/template/en/default/hook/bug/show-header-end.html.tmpl +++ b/extensions/BMO/template/en/default/hook/bug/show-header-end.html.tmpl @@ -25,3 +25,4 @@ [% style_urls.push('extensions/BMO/web/styles/edit_bug.css') %] [% javascript_urls.push('extensions/BMO/web/js/edit_bug.js') %] +[% title = "$bug.bug_id – $filtered_desc" %] |