diff templates/gitweb/filerevision.tmpl @ 3366:dca067d751a9

gitweb: Fixed parent/child links when viewing a file revision.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 12 Oct 2006 17:48:09 +0200
parents ce8f31e0b3b8
children 22a106cb5650
line wrap: on
line diff
--- a/templates/gitweb/filerevision.tmpl
+++ b/templates/gitweb/filerevision.tmpl
@@ -30,8 +30,8 @@ file |
  <td class="metatag">changeset #rev#:</td>
  <td><a href="{url}rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>
 #rename%filerename#
-#parent%fileannotateparent#
-#child%fileannotatechild#
+#parent%filerevparent#
+#child%filerevchild#
 <tr>
  <td class="metatag">manifest:</td>
  <td><a href="{url}file/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>