Mercurial > public > mercurial-scm > hg
diff templates/gitweb/map @ 6693:7f58dec6aeb7
hgweb: Fix up non-coal styles to support graph.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 18 Jun 2008 10:05:43 +0200 |
parents | a51093361e1c |
children | bf72e756c98b |
line wrap: on
line diff
--- a/templates/gitweb/map Wed Jun 18 07:06:41 2008 +0200 +++ b/templates/gitweb/map Wed Jun 18 10:05:43 2008 +0200 @@ -50,6 +50,7 @@ filediffchild = '<tr><td>child {rev}</td><td style="font-family:monospace"><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' filelogchild = '<tr><td align="right">child #rev#: </td><td><a href="{url}file{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td></tr>' shortlog = shortlog.tmpl +graph = graph.tmpl tagtag = '<span class="tagtag" title="{name}">{name}</span> ' branchtag = '<span class="branchtag" title="{name}">{name}</span> ' inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> '