diff options
author | lpsolit%gmail.com <> | 2006-06-13 02:35:34 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-13 02:35:34 +0200 |
commit | 2f96220dd6be3293962174d799d5356f872b0254 (patch) | |
tree | ea200af5f06219caf7effcb03e7a29666a774562 /template/en/default/bug | |
parent | 3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4 (diff) | |
download | bugzilla-2f96220dd6be3293962174d799d5356f872b0254.tar.gz bugzilla-2f96220dd6be3293962174d799d5356f872b0254.tar.xz |
Bug 340426: Add a navbar at the top of each pages + have a better title - Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index 8cb14ee4d..64410df17 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -31,7 +31,7 @@ [% filtered_timestamp = bug.delta_ts FILTER time %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $bug.bug_id - $bug.short_desc" - h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id" + h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Last modified: $filtered_timestamp" bodyclasses = ['bz_bug', |