# HG changeset patch # User Thomas De Schampheleire # Date 1429285875 -7200 # Node ID 30c6d2ebf3101f41a26f50c19bc05f96a0a6bf48 # Parent 6b1e1437c026b79c548d39245810bf82a8c96733 comments: display username and name instead of only username The full name is more significant to many people than a username. diff -r 6b1e1437c026 -r 30c6d2ebf310 kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Fri Apr 17 15:01:40 2015 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Fri Apr 17 17:51:15 2015 +0200 @@ -11,7 +11,7 @@ ${h.gravatar(co.author.email, size=20)}
- ${co.author.username} + ${co.author.username_and_name}
${h.age(co.modified_at)}