# HG changeset patch # User Dirkjan Ochtman # Date 1213786505 -7200 # Node ID bf72e756c98b1758455e6f663216d92b71e5dda4 # Parent 9080f7031f6915d985f3c338d7bfb9fa8c662f66 templates: fix navigation links for graph entries diff -r 9080f7031f69 -r bf72e756c98b templates/coal/graph.tmpl --- a/templates/coal/graph.tmpl Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/coal/graph.tmpl Wed Jun 18 12:55:05 2008 +0200 @@ -37,7 +37,7 @@
The revision graph only works with JavaScript-enabled browsers.
@@ -105,7 +105,7 @@ diff -r 9080f7031f69 -r bf72e756c98b templates/coal/map --- a/templates/coal/map Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/coal/map Wed Jun 18 12:55:05 2008 +0200 @@ -12,6 +12,7 @@ naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '{file|escape} ' filenodelink = '{file|escape} ' diff -r 9080f7031f69 -r bf72e756c98b templates/gitweb/graph.tmpl --- a/templates/gitweb/graph.tmpl Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/gitweb/graph.tmpl Wed Jun 18 12:55:05 2008 +0200 @@ -27,7 +27,7 @@
less more -| #changenav%navshortentry#
+| #changenav%navgraphentry#
 
@@ -107,7 +107,7 @@ #footer# diff -r 9080f7031f69 -r bf72e756c98b templates/gitweb/map --- a/templates/gitweb/map Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/gitweb/map Wed Jun 18 12:55:05 2008 +0200 @@ -9,6 +9,7 @@ notfound = notfound.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '#file|escape# ' filenodelink = '#file|escape#file | annotate | diff | revisions' diff -r 9080f7031f69 -r bf72e756c98b templates/graph.tmpl --- a/templates/graph.tmpl Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/graph.tmpl Wed Jun 18 12:55:05 2008 +0200 @@ -21,7 +21,7 @@

-navigate: #changenav%navshortentry# +navigate: #changenav%navgraphentry#

@@ -89,7 +89,7 @@ less more -| {changenav%navshortentry} +| {changenav%navgraphentry} #footer# diff -r 9080f7031f69 -r bf72e756c98b templates/map --- a/templates/map Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/map Wed Jun 18 12:55:05 2008 +0200 @@ -9,6 +9,7 @@ graph = graph.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '#file|escape# ' filenodelink = '#file|escape# ' diff -r 9080f7031f69 -r bf72e756c98b templates/paper/map --- a/templates/paper/map Wed Jun 18 12:48:04 2008 +0200 +++ b/templates/paper/map Wed Jun 18 12:55:05 2008 +0200 @@ -12,6 +12,7 @@ naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '{file|escape} ' filenodelink = '{file|escape} '