Mercurial > hg
comparison templates/gitweb/changelogentry.tmpl @ 3234:9d13e21f4e3c
Move gitweb theme into subdirectory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 02 Oct 2006 17:30:45 -0700 |
parents | templates/changelogentry-gitweb.tmpl@f027bc2d3f4a |
children | 36fa5db79dd5 |
comparison
equal
deleted
inserted
replaced
3233:2f35961854fb | 3234:9d13e21f4e3c |
---|---|
1 <div> | |
2 <a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a> | |
3 </div> | |
4 <div class="title_text"> | |
5 <div class="log_link"> | |
6 <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/> | |
7 </div> | |
8 <i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/> | |
9 </div> | |
10 <div class="log_body"> | |
11 #desc|strip|escape|addbreaks# | |
12 <br/> | |
13 <br/> | |
14 </div> |