Mercurial > public > src > rhodecode
changeset 163:334402e97550
added revision to shortlog
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 19 May 2010 21:32:07 +0200 |
parents | 32e7e43ad754 |
children | 1231bbe1ab36 |
files | pylons_app/templates/shortlog/shortlog_data.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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),