diff options
author | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:16:03 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:16:03 +0100 |
commit | d1577fa0afc1dff7729c201879127d1c3609c0c7 (patch) | |
tree | e87094e2671a4c2e79b854203f3506f67dccbc93 /template/en/default | |
parent | a69987ae8fbc227ec1bf4633ad308be81c9f9ff3 (diff) | |
download | bugzilla-d1577fa0afc1dff7729c201879127d1c3609c0c7.tar.gz bugzilla-d1577fa0afc1dff7729c201879127d1c3609c0c7.tar.xz |
Bug 691672 - Apply the background color for security bugs to attachment details pages for those bugs as well
r=glob
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 54570911d..b84b9972c 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -48,7 +48,8 @@ [% javascript FILTER none %] [% END %] [% END %] -[% style_urls = [ "skins/standard/show_bug.css" ] %] +[% style_urls = [ "skins/standard/show_bug.css", + "skins/standard/bug_groups.css" ] %] [% doc_section = "bug_page.html" %] [% bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", |