<%
rc_user = h.discover_user(c.commit.author_email)
%>
${base.gravatar(c.commit.author_email, 30, tooltip=(True if rc_user else False), user=rc_user)}
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
${h.urlify_commit_message(c.commit.message,c.repo_name)}
${h.link_to_user(c.commit.author)} - ${h.age_component(c.commit.date)}