diff pylons_app/templates/files/files_annotate.html @ 406:3e55d9981c0e

templating fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Jul 2010 23:38:06 +0200
parents 558eb7c5028f
children 2a18192fbd1e
line wrap: on
line diff
--- a/pylons_app/templates/files/files_annotate.html	Wed Jul 28 20:10:39 2010 +0200
+++ b/pylons_app/templates/files/files_annotate.html	Wed Jul 28 23:38:06 2010 +0200
@@ -9,7 +9,7 @@
     &raquo;
     ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
     &raquo;
-    ${_('annotate')}  
+    ${_('annotate')} @ R${c.rev_nr}:${c.cur_rev}
 </%def>
 
 <%def name="page_nav()">
@@ -25,7 +25,7 @@
 		<div id="files_data">
 			<h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}</h2>
 			<dl class="overview">
-				<dt>${_('Revision')}</dt>
+				<dt>${_('Last revision')}</dt>
 				<dd>r${c.file.last_changeset.revision}:${c.file.last_changeset._short}</dd>
 				<dt>${_('Size')}</dt>
 				<dd>${h.format_byte_size(c.file.size,binary=True)}</dd>