summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template/en/default/hook
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2016-04-21 06:50:14 +0200
committerByron Jones <glob@mozilla.com>2016-04-21 06:50:14 +0200
commitd447aed0cb1672f6c7e99bf98199278dea23702f (patch)
treed6b613b21ea0292c75d8f2314d80c60d625db5eb /extensions/Needinfo/template/en/default/hook
parent8d6c92261ba400f1afdb6231c0c24d731daa2adb (diff)
downloadbugzilla-d447aed0cb1672f6c7e99bf98199278dea23702f.tar.gz
bugzilla-d447aed0cb1672f6c7e99bf98199278dea23702f.tar.xz
Bug 1239838 - Don't see a way to redirect a needinfo request (in Experimental UI)
Diffstat (limited to 'extensions/Needinfo/template/en/default/hook')
-rw-r--r--extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl14
1 files changed, 10 insertions, 4 deletions
diff --git a/extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl b/extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl
index 7f2095e3d..0cca4b09a 100644
--- a/extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl
+++ b/extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl
@@ -6,7 +6,13 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-[% IF template.name == 'attachment/create.html.tmpl'
- || template.name == 'attachment/edit.html.tmpl' %]
- [% style_urls.push('extensions/Needinfo/web/styles/needinfo.css') %]
-[% END %]
+[%
+ IF template.name == 'attachment/create.html.tmpl'
+ || template.name == 'attachment/edit.html.tmpl'
+ || template.name == 'bug/show.html.tmpl'
+ || template.name == 'bug/show-modal.html.tmpl'
+ || template.name == 'bug/process/results.html.tmpl'
+ ;
+ style_urls.push('extensions/Needinfo/web/styles/needinfo.css');
+ END;
+%]