summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-03 22:33:16 +0100
committerByron Jones <bjones@mozilla.com>2013-12-03 22:33:16 +0100
commite447615ccbc6a9625634cc4bb230749e4aad758a (patch)
tree5f24535120f7b3f59ff73461097be59147bc0ba8 /template/en/default/global/header.html.tmpl
parent12e83e35b1ba306428507109fd17ccd75241ab50 (diff)
downloadbugzilla-e447615ccbc6a9625634cc4bb230749e4aad758a.tar.gz
bugzilla-e447615ccbc6a9625634cc4bb230749e4aad758a.tar.xz
Bug 853509: Bugzilla version not displayed on the index page
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 6071b2845..d4f042e25 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -312,6 +312,13 @@
</tr>
</table>
+ [%# display the version number on the index page %]
+ [% IF title == "$terms.Bugzilla Main Page" %]
+ <div id="bugzilla_version">
+ [% header_addl_info FILTER html %]
+ </div>
+ [% END %]
+
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>