From 99719077aeeac9b6a449b657893e4ee29511132c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 14 Aug 2013 14:59:17 +0800 Subject: Bug 903955: add gravatar support --- template/en/default/bug/comments.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') 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 @@ + [% 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 %] -- cgit v1.2.3-24-g4f1b