diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html --- a/pylons_app/templates/changelog/changelog.html +++ b/pylons_app/templates/changelog/changelog.html @@ -51,7 +51,13 @@ ${tag} %endfor -
${cs.author}
+
+
+ gravatar +
+ ${h.person(cs.author)}
+ ${h.email_or_none(cs.author)}
+
${h.link_to(h.wrap_paragraphs(cs.message), h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}