changeset 1862:2a159aa3ed2d beta

changelog: remove date, it's moved to tooltip in upstream as well
author Aras Pranckevicius <aras@unity3d.com>
date Sun, 08 Jan 2012 12:19:43 +0200
parents 3f5be4dbbd57
children 941437fdfe59
files rhodecode/templates/changelog/changelog.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Sun Jan 08 12:18:16 2012 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Sun Jan 08 12:19:43 2012 +0200
@@ -56,7 +56,6 @@
 								</div>
 								<div title="${cs.author}" class="user">${h.person(cs.author)}</div>
 							</div>
-							<div class="date">${cs.date}</div>
 						</div>
 						<div class="mid">
 							<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>