diff --git a/templates/coal/graph.tmpl b/templates/coal/graph.tmpl --- a/templates/coal/graph.tmpl +++ b/templates/coal/graph.tmpl @@ -37,7 +37,7 @@
The revision graph only works with JavaScript-enabled browsers.
@@ -105,7 +105,7 @@ graph.render(data); diff --git a/templates/coal/map b/templates/coal/map --- a/templates/coal/map +++ b/templates/coal/map @@ -12,6 +12,7 @@ graph = graph.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '{file|escape} ' filenodelink = '{file|escape} ' diff --git a/templates/gitweb/graph.tmpl b/templates/gitweb/graph.tmpl --- a/templates/gitweb/graph.tmpl +++ b/templates/gitweb/graph.tmpl @@ -27,7 +27,7 @@ graph |
less more -| #changenav%navshortentry#
+| #changenav%navgraphentry#
 
@@ -107,7 +107,7 @@ graph.render(data); #footer# diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -9,6 +9,7 @@ error = error.tmpl 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 --git a/templates/graph.tmpl b/templates/graph.tmpl --- a/templates/graph.tmpl +++ b/templates/graph.tmpl @@ -21,7 +21,7 @@

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

@@ -89,7 +89,7 @@ graph.render(data); less more -| {changenav%navshortentry} +| {changenav%navgraphentry} #footer# diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -9,6 +9,7 @@ shortlogentry = shortlogentry.tmpl graph = graph.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '#file|escape# ' filenodelink = '#file|escape# ' diff --git a/templates/paper/map b/templates/paper/map --- a/templates/paper/map +++ b/templates/paper/map @@ -12,6 +12,7 @@ graph = ../coal/graph.tmpl naventry = '{label|escape} ' navshortentry = '{label|escape} ' +navgraphentry = '{label|escape} ' filenaventry = '{label|escape} ' filedifflink = '{file|escape} ' filenodelink = '{file|escape} '