diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-14 08:59:17 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-14 08:59:17 +0200 |
commit | 99719077aeeac9b6a449b657893e4ee29511132c (patch) | |
tree | f714060a120614d8673649d755e66642eb6f3c0a /template/en/default/bug | |
parent | 14102c9968496f9341994ea92b24c9490331a2d2 (diff) | |
download | bugzilla-99719077aeeac9b6a449b657893e4ee29511132c.tar.gz bugzilla-99719077aeeac9b6a449b657893e4ee29511132c.tar.xz |
Bug 903955: add gravatar support
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index a876fb081..773e6a485 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -203,6 +203,8 @@ </span> <span class="bz_comment_user"> + [% who = comment.author %] + [% Hook.process('user-image', 'bug/comments.html.tmpl') %] [%# No need to recreate the exact same template if we already have it. %] [% commenter_id = comment.author.id %] [% UNLESS user_cache.$commenter_id %] |