diff rhodecode/templates/changelog/changelog.html @ 1463:51063deaceb9 beta

fixed chrome DAG graph rendering issue
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 12 Sep 2011 02:22:01 +0300
parents 88d13c1c6a55
children bf263968da47 833f9dec0a06
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Sat Sep 10 12:43:53 2011 +0300
+++ b/rhodecode/templates/changelog/changelog.html	Mon Sep 12 02:22:01 2011 +0300
@@ -51,10 +51,10 @@
 							</div>
 							<div class="author">
 								<div class="gravatar">
-									<img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),20)}"/>
+									<img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),16)}"/>
 								</div>
-								<span>${h.person(cs.author)}</span><br/>
-								<span><a href="mailto:${h.email_or_none(cs.author)}">${h.email_or_none(cs.author)}</a></span><br/>
+								<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>
 							<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>