diff options
author | Simon Green <sgreen@redhat.com> | 2014-07-10 02:03:25 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-07-10 02:03:25 +0200 |
commit | 70b1cb4b8ff30538b3f952a5418ff5b12dc38662 (patch) | |
tree | 98f97f35209d9ba22a03a32fd1ce4919006e94f8 /template/en/default | |
parent | 171e504a8d4e1f9c4b6377c45bec2406241706bd (diff) | |
download | bugzilla-70b1cb4b8ff30538b3f952a5418ff5b12dc38662.tar.gz bugzilla-70b1cb4b8ff30538b3f952a5418ff5b12dc38662.tar.xz |
Bug 1031959 - Add a_comment-end hook to show bug page
r=gerv, a=sgreen
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 314269227..d040e651d 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -231,5 +231,6 @@ [% END %]> [%- comment_text FILTER quoteUrls(bug, comment) -%] </pre> + [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] </div> [% END %] |