# HG changeset patch # User Marcin Kuzminski # Date 2019-05-31 14:33:25 # Node ID 52e30a8fa6c8514e25de968e57f598cea58f8b8e # Parent d94ac941769daea2c194bca540c21379e07295b3 files: expose gravatar into authors on dynamic load 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)}