diff rhodecode/templates/changelog/changelog.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 a6a30c919513 162300a90342
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Thu Dec 08 01:17:37 2011 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Thu Dec 08 01:23:11 2011 +0200
@@ -54,8 +54,7 @@
 								<div class="gravatar">
 									<img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),16)}"/>
 								</div>
-								<div title="${h.email_or_none(cs.author)}" class="user">${h.person(cs.author)}</div>
-								##<span><a href="mailto:${h.email_or_none(cs.author)}">${h.email_or_none(cs.author)}</a></span><br/>
+								<div title="${cs.author}" class="user">${h.person(cs.author)}</div>
 							</div>
 							<div class="message">${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
 						</div>