diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:01 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:01 +0100 |
commit | cea1ba1953ef1dab6c50f3237db9e858d3a55439 (patch) | |
tree | b096dc612d25edeba659ae635b6c4fbc1481ae4c /template/en/default/bug | |
parent | 95203b7664ccefac00ad1f05a62d2178f6573dd0 (diff) | |
download | bugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.gz bugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.xz |
Bug 1420295 - Remove the Bugzilla version number from homepage
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 2fbc7ef51..6308098b5 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -40,7 +40,6 @@ [% title = title _ filtered_desc %] [% generate_api_token = 1 %] [% header = "$terms.Bug $bug.bug_id" %] -[% header_addl_info = "Last modified: $filtered_timestamp" %] [% javascript_urls = [ "js/util.js", "js/field.js" ] %] [% javascript_urls.push("js/bug.js") IF user.id %] [% javascript_urls.push('js/comment-tagging.js') |