diff pylons_app/templates/shortlog/shortlog_data.html @ 163:334402e97550

added revision to shortlog
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 May 2010 21:32:07 +0200
parents c29197bd2907
children dee1913f7f5a
line wrap: on
line diff
--- a/pylons_app/templates/shortlog/shortlog_data.html	Wed May 19 00:31:41 2010 +0200
+++ b/pylons_app/templates/shortlog/shortlog_data.html	Wed May 19 21:32:07 2010 +0200
@@ -16,6 +16,7 @@
 	<tr class="parity${cnt%2}">
 		<td>${cs._ctx.date()|n,filters.age}</td>
 		<td title="${cs.author}">${cs.author|n,filters.person}</td>
+		<td>r${cs.revision}</td>
 		<td>
 			${h.link_to(message_slug(cs.message),
 			h.url('changeset_home',repo_name=c.repo_name,revision=cs._short),