diff --git a/templates/filelog-gitweb.tmpl b/templates/filelog-gitweb.tmpl
--- a/templates/filelog-gitweb.tmpl
+++ b/templates/filelog-gitweb.tmpl
@@ -1,9 +1,20 @@
#header#
-
-
summary |
log |
tags |
file |
annotate
+
#repo|escape#: Manifest
+
+
+
+
+
-
-#entries#
+
+
+
+#entries%filelogentry#
+
#footer#
diff --git a/templates/map-gitweb b/templates/map-gitweb
--- a/templates/map-gitweb
+++ b/templates/map-gitweb
@@ -8,7 +8,7 @@ error = error-gitweb.tmpl
naventry = "
#label# "
navshortentry = "
#label# "
filedifflink = "
#file# "
-filenodelink = "
#file# | | file | diff | revisions |
"
+filenodelink = "
#file# | | file | revisions |
"
fileellipses = "..."
changelogentry = changelogentry-gitweb.tmpl
searchentry = changelogentry-gitweb.tmpl
@@ -40,3 +40,4 @@ filediffparent = "
parent #rev#: | #node|short# |
---|
"
shortlog = shortlog-gitweb.tmpl
shortlogentry = "
#date|age# ago | #desc|firstline|escape# | changeset | manifest |
"
+filelogentry = "
#date|age# ago | #desc|firstline|escape# | annotate |
"