diff options
Diffstat (limited to 'template/en/default/bug/show-header.html.tmpl')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 9ce59130c..a5479c7af 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -31,6 +31,11 @@ [% javascript_urls.push('js/comment-tagging.js') IF user.id && Param('comment_taggers_group') %] [% IF bug.defined %] + [%# These deps added for duplicate handling in edit.html.templ %] + [% IF feature_enabled('jsonrpc') AND bug.assigned_to.login == 'bug-wranglers@gentoo.org' %] + [% yui.push('datatable') %] + [% javascript_urls.push('js/bug.js') %] + [% END %] [% header = "$terms.Bug $bug.bug_id" %] [% header_addl_info = "Last modified: $filtered_timestamp node ${constants.GENTOO_NODE}" %] [% unfiltered_title = "$bug.bug_id – " %] |