diff options
author | Pascal Chevrel <pascal@mozilla.com> | 2018-01-18 06:03:10 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-18 06:03:10 +0100 |
commit | e2b621f203f140e03ff3b23104791ef37e3668a4 (patch) | |
tree | bf83c8601de251696b141aeb61cfc1ca8890fc19 /extensions | |
parent | ff57c3e5636e9e148d59dd2fc99499f22492c3de (diff) | |
download | bugzilla-e2b621f203f140e03ff3b23104791ef37e3668a4.tar.gz bugzilla-e2b621f203f140e03ff3b23104791ef37e3668a4.tar.xz |
Bug 1431135: add bug status css class to markup
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 211d673ca..324b7863c 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -229,7 +229,7 @@ no_label = 1 hide_on_edit = 1 %] - <b> + <b class="bz_status_[% bug.bug_status FILTER html %]"> [% bug.bug_status FILTER html %] [%+ bug.resolution FILTER html IF bug.resolution %] </b> |