changeset 5042:30c6d2ebf310

comments: display username and name instead of only username The full name is more significant to many people than a username.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 17 Apr 2015 17:51:15 +0200
parents 6b1e1437c026
children 4857d8f170d9
files kallithea/templates/changeset/changeset_file_comment.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)}
           </div>
           <div class="user">
-              ${co.author.username}
+              ${co.author.username_and_name}
           </div>
           <div class="date">
               ${h.age(co.modified_at)}