changeset 164:1231bbe1ab36

added revision to summary
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 May 2010 21:33:10 +0200
parents 334402e97550
children ea893ffb7f00
files pylons_app/templates/summary.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/summary.html	Wed May 19 21:32:07 2010 +0200
+++ b/pylons_app/templates/summary.html	Wed May 19 21:33:10 2010 +0200
@@ -62,6 +62,7 @@
 		<tr class="parity${cnt%2}">
 			<td>${cs._ctx.date()|n,filters.age}</td>
 			<td>${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),