Mercurial > hg
view mercurial/templates/gitweb/changelogentry.tmpl @ 19994:fc251b1a1dad stable
minirst: find admonitions before pruning comments and adding margins
Lines with only a directive are not deleted anymore because they are detected
before comments are deleted by prunecomments().
addmargins() will be adapted later.
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Mon, 04 Nov 2013 10:23:06 +0100 |
parents | 52305554fd6e |
children | c208bc65318a |
line wrap: on
line source
<div> <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|rfc822date}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a> </div> <div class="title_text"> <div class="log_link"> <a href="{url|urlescape}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|websub|addbreaks|nonempty} <br/> <br/> </div>