view templates/gitweb/changelogentry.tmpl @ 6564:ccc2481e3954

webcommands: pass full author to annotate, fix templates (issue 1054)
author Patrick Mezard <pmezard@gmail.com>
date Wed, 23 Apr 2008 22:45:53 +0200
parents bf0dd23f55fa
children 89bc3946c8f3
line wrap: on
line source

<div>
<a class="title" href="{url}rev/#node|short#{sessionvars%urlparameter}"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
</div>
<div class="title_text">
<div class="log_link">
<a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a><br/>
</div>
<i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
</div>
<div class="log_body">
#desc|strip|escape|addbreaks#
<br/>
<br/>
</div>