diff pylons_app/templates/files/files_annotate.html @ 410:9a7ae16ff53e

fixes translations, style updates. Added some extra info to activity graph
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 16:24:27 +0200
parents 2a18192fbd1e
children 9836541b0509
line wrap: on
line diff
--- a/pylons_app/templates/files/files_annotate.html	Wed Aug 18 01:46:18 2010 +0200
+++ b/pylons_app/templates/files/files_annotate.html	Wed Aug 18 16:24:27 2010 +0200
@@ -26,7 +26,8 @@
 			<h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}</h2>
 			<dl class="overview">
 				<dt>${_('Last revision')}</dt>
-				<dd>r${c.file.last_changeset.revision}:${c.file.last_changeset._short}</dd>
+				<dd>${h.link_to("r%s:%s" % (c.file.last_changeset.revision,c.file.last_changeset._short),
+						h.url('files_annotate_home',repo_name=c.repo_name,revision=c.file.last_changeset._short,f_path=c.f_path))} </dd>
 				<dt>${_('Size')}</dt>
 				<dd>${h.format_byte_size(c.file.size,binary=True)}</dd>
 				<dt>${_('Options')}</dt>