diff --git a/pylons_app/templates/shortlog_data.html b/pylons_app/templates/shortlog_data.html
--- a/pylons_app/templates/shortlog_data.html
+++ b/pylons_app/templates/shortlog_data.html
@@ -7,7 +7,14 @@ from pylons_app.lib import filters
| ${cs._ctx.date()|n,filters.age} |
${cs.author|n,filters.person} |
- ${h.link_to(cs.message,h.url('changeset_home',repo_name=c.repo_name,revision=cs._short))} |
+ ${h.link_to(cs.message,h.url('changeset_home',repo_name=c.repo_name,revision=cs._short))}
+
+ ${cs.branch}
+ %for tag in cs.tags:
+ ${tag}
+ %endfor
+
+ |
${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=cs._short))}
|
|