# HG changeset patch # User Brendan Cully # Date 1214423560 25200 # Node ID 41edbc2e0b0be3262ab270c23752db1a0d060d99 # Parent 936a9073bb7335857e6dd08a9ddcebb97e331684 Improve archive links in coal/paper index diff -r 936a9073bb73 -r 41edbc2e0b0b templates/coal/map --- a/templates/coal/map Wed Jun 25 20:50:40 2008 +0200 +++ b/templates/coal/map Wed Jun 25 12:52:40 2008 -0700 @@ -61,7 +61,8 @@ filelogparent = 'parent {rev}:{node|short}' filediffchild = 'child {rev}:{node|short}' filelogchild = 'child {rev}:{node|short}' -indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%archiveentry}' +indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%indexarchiveentry}\n' +indexarchiveentry = ' ↓{type|escape}' index = index.tmpl archiveentry = '
  • {type|escape}
  • ' notfound = notfound.tmpl diff -r 936a9073bb73 -r 41edbc2e0b0b templates/paper/map --- a/templates/paper/map Wed Jun 25 20:50:40 2008 +0200 +++ b/templates/paper/map Wed Jun 25 12:52:40 2008 -0700 @@ -62,7 +62,8 @@ filelogparent = 'parent {rev}:{node|short}' filediffchild = 'child {rev}:{node|short}' filelogchild = 'child {rev}:{node|short}' -indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%archiveentry}' +indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%indexarchiveentry}\n' +indexarchiveentry = ' ↓{type|escape}' index = ../coal/index.tmpl archiveentry = '
  • {type|escape}
  • ' notfound = ../coal/notfound.tmpl