# HG changeset patch # User Martin Geisler # Date 1264262093 -3600 # Node ID 17c6d5eab25d57e5efcea66a1ed8c66471b1de56 # Parent 3a1f29b63b9f14366461f4e66d509d12406bc0d4 templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter. diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/coal/map --- a/templates/coal/map Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/coal/map Sat Jan 23 16:54:53 2010 +0100 @@ -176,7 +176,7 @@ {name|escape} {description} {contact|obfuscate} - {lastchange|age} ago + {lastchange|age} {archives%indexarchiveentry} \n' indexarchiveentry = ' ↓{type|escape}' diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/gitweb/graph.tmpl --- a/templates/gitweb/graph.tmpl Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/gitweb/graph.tmpl Sat Jan 23 16:54:53 2010 +0100 @@ -63,7 +63,7 @@ var revlink = '
  • '; revlink += '_DESC'; revlink += ' _TAGS'; -revlink += '_DATE ago, by _USER
  • '; +revlink += '_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) { diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/monoblue/graph.tmpl --- a/templates/monoblue/graph.tmpl Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/monoblue/graph.tmpl Sat Jan 23 16:54:53 2010 +0100 @@ -60,7 +60,7 @@ var revlink = '
  • '; revlink += '_DESC'; - revlink += '_TAGS_DATE ago, by _USER
  • '; + revlink += '_TAGS_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) { diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/paper/graph.tmpl --- a/templates/paper/graph.tmpl Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/paper/graph.tmpl Sat Jan 23 16:54:53 2010 +0100 @@ -71,7 +71,7 @@ var revlink = '
  • '; revlink += '_DESC'; -revlink += '_TAGS_DATE ago, by _USER
  • '; +revlink += '_TAGS_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) { diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/spartan/graph.tmpl --- a/templates/spartan/graph.tmpl Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/spartan/graph.tmpl Sat Jan 23 16:54:53 2010 +0100 @@ -55,7 +55,7 @@ var revlink = '
  • '; revlink += '_DESC'; -revlink += '_DATE ago, by _USER
  • '; +revlink += '_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) { diff -r 3a1f29b63b9f -r 17c6d5eab25d templates/spartan/map --- a/templates/spartan/map Fri Jan 22 17:13:55 2010 +0100 +++ b/templates/spartan/map Sat Jan 23 16:54:53 2010 +0100 @@ -163,7 +163,7 @@ {name|escape} {description} {contact|obfuscate} - {lastchange|age} ago + {lastchange|age} RSS Atom diff -r 3a1f29b63b9f -r 17c6d5eab25d tests/test-hgweb-commands.out --- a/tests/test-hgweb-commands.out Fri Jan 22 17:13:55 2010 +0100 +++ b/tests/test-hgweb-commands.out Sat Jan 23 16:54:53 2010 +0100 @@ -781,7 +781,7 @@ var revlink = '
  • '; revlink += '_DESC'; revlink += ' _TAGS'; -revlink += '_DATE ago, by _USER
  • '; +revlink += '_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) { diff -r 3a1f29b63b9f -r 17c6d5eab25d tests/test-hgweb-empty.out --- a/tests/test-hgweb-empty.out Fri Jan 22 17:13:55 2010 +0100 +++ b/tests/test-hgweb-empty.out Sat Jan 23 16:54:53 2010 +0100 @@ -217,7 +217,7 @@ var revlink = '
  • '; revlink += '_DESC'; -revlink += '_TAGS_DATE ago, by _USER
  • '; +revlink += '_TAGS_DATE, by _USER'; graph.vertex = function(x, y, color, parity, cur) {