diff templates/gitweb/fileannotate.tmpl @ 3477:9fab252a7545

gitweb: add revision numbers to annotate changeset links
author Brendan Cully <brendan@kublai.com>
date Thu, 19 Oct 2006 16:15:01 -0700
parents 22a106cb5650
children 0ed59f0076e0
line wrap: on
line diff
--- a/templates/gitweb/fileannotate.tmpl	Thu Oct 19 16:12:43 2006 -0700
+++ b/templates/gitweb/fileannotate.tmpl	Thu Oct 19 16:15:01 2006 -0700
@@ -1,5 +1,5 @@
 #header#
-<title>#repo|escape#: Annotate</title>
+<title>{repo|escape}: {file|escape}@{node|short} (annotated)</title>
 <link rel="alternate" type="application/rss+xml"
    href="{url}rss-log" title="RSS feed for #repo|escape#">
 </head>