Mercurial > hg-stable
diff templates/shortlogentry.tmpl @ 2686:d98eebc48d5e
[hgweb] Shortlog template for default theme
author | Josef "Jeff" Sipek <jeffpc@josefsipek.net> |
---|---|
date | Wed, 26 Jul 2006 20:26:52 -0400 |
parents | |
children | d1aa83f199ef |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/shortlogentry.tmpl Wed Jul 26 20:26:52 2006 -0400 @@ -0,0 +1,7 @@ +<table class="slogEntry parity#parity#"> + <tr> + <td class="age">#date|age#</td> + <td class="author">#author|obfuscate#</td> + <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td> + </tr> +</table>