diff templates/paper/map @ 8353:6058d291abdf

paper/coal: add branches page
author Sune Foldager <cryo@cyanite.org>
date Tue, 12 May 2009 12:00:54 +0200
parents dc6f1c8e366d
children 93a811ef3ac0
line wrap: on
line diff
--- a/templates/paper/map	Tue May 12 09:43:36 2009 +0200
+++ b/templates/paper/map	Tue May 12 12:00:54 2009 +0200
@@ -56,6 +56,8 @@
 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>'
 tags = tags.tmpl
 tagentry = '<tr class="tagEntry parity{parity}"><td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td><td class="node">{node|short}</td></tr>'
+branches = branches.tmpl
+branchentry = '<tr class="tagEntry parity{parity}"><td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{branch|escape}</a></td><td class="node">{node|short}</td></tr>'
 changelogtag = '<span class="tag">{name|escape}</span> '
 changesettag = '<span class="tag">{tag|escape}</span> '
 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '