summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-01-02 01:21:32 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-02 01:21:32 +0100
commitad7fc1e30c6851e40e8425c4095f62f14919ad7e (patch)
tree1253ea40b6c9eda938f9e19f4ee471ef48967328 /template
parent20167554b06f6f8aa02f61bb7bbc3dd81db5271d (diff)
downloadbugzilla-ad7fc1e30c6851e40e8425c4095f62f14919ad7e.tar.gz
bugzilla-ad7fc1e30c6851e40e8425c4095f62f14919ad7e.tar.xz
Bug 685607: When a user edits the last bug of a buglist and his user pref is set to "Show next bug in my list", the page header looks like to have missing data
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/show-header.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl
index bb20b721b..54d51dd4f 100644
--- a/template/en/default/bug/show-header.html.tmpl
+++ b/template/en/default/bug/show-header.html.tmpl
@@ -21,11 +21,11 @@
[% title = title _ "($bug.alias) " %]
[% END %]
[% title = title _ filtered_desc %]
-[% header = "$terms.Bug&nbsp;$bug.bug_id" %]
-[% header_addl_info = "Last modified: $filtered_timestamp" %]
[% yui = ['autocomplete', 'calendar'] %]
[% javascript_urls = [ "js/util.js", "js/field.js" ] %]
[% IF bug.defined %]
+ [% header = "$terms.Bug&nbsp;$bug.bug_id" %]
+ [% header_addl_info = "Last modified: $filtered_timestamp" %]
[% unfiltered_title = "$terms.Bug $bug.bug_id – " %]
[% IF bug.alias != '' %]
[% unfiltered_title = unfiltered_title _ "($bug.alias) " %]