diff rhodecode/templates/files/files_annotate.html @ 1764:39b49c999efb beta

fixes issue #320. - added mapping of commit users into rhodecode users
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 08 Dec 2011 01:23:11 +0200
parents 60a00fd76d58
children f91d3f9b7230
line wrap: on
line diff
--- a/rhodecode/templates/files/files_annotate.html	Thu Dec 08 01:17:37 2011 +0200
+++ b/rhodecode/templates/files/files_annotate.html	Thu Dec 08 01:23:11 2011 +0200
@@ -64,7 +64,7 @@
                         <div class="gravatar">
                             <img alt="gravatar" src="${h.gravatar_url(h.email(c.cs.author),16)}"/>
                         </div>
-                        <div title="${h.email_or_none(c.cs.author)}" class="user">${h.person(c.cs.author)}</div>
+                        <div title="${c.cs.author}" class="user">${h.person(c.cs.author)}</div>
                     </div>
                     <div class="commit">${c.file.last_changeset.message}</div>
                 </div>