diff options
author | David Lawrence <dkl@mozilla.com> | 2016-06-30 19:38:42 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-06-30 19:38:42 +0200 |
commit | 7c42dc6972e69b31411fbfac7e2ef0ea9242e9d4 (patch) | |
tree | 4d7c3e845609634b78c1602d7601c21f827850bc /extensions/BugModal/template/en | |
parent | 8b6c60262ddfa26af57a9e175059f37162288f89 (diff) | |
download | bugzilla-7c42dc6972e69b31411fbfac7e2ef0ea9242e9d4.tar.gz bugzilla-7c42dc6972e69b31411fbfac7e2ef0ea9242e9d4.tar.xz |
Bug 1283233 - Add JSON link to bug nav bar
Diffstat (limited to 'extensions/BugModal/template/en')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl index b86031b40..d51811fab 100644 --- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl @@ -118,6 +118,7 @@ [% IF user.is_timetracker %] BUGZILLA.remaining_time = [% bug.remaining_time FILTER js %]; // holds the original value [% END %] + BUGZILLA.bug_secure = [% bug.groups_in.size ? '1' : '0' %]; [% END %] [% Hook.process("end") %] |