summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Needinfo/template/en/default/hook/global/header-start.html.tmpl')
-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;
+%]