diff --git a/rhodecode/templates/files/file_authors_box.mako b/rhodecode/templates/files/file_authors_box.mako --- a/rhodecode/templates/files/file_authors_box.mako +++ b/rhodecode/templates/files/file_authors_box.mako @@ -7,6 +7,9 @@ + % if not c.file_author: + ${base.gravatar(email, 16)} + % endif ${h.link_to_user(user)} % if c.file_author: - ${h.age_component(c.file_last_commit.date)}