Parent: [ee7938] (diff)

Child: [839904] (diff)

Download this file

revision.html    14 lines (14 with data), 582 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="${g.pyforge_templates}/lib.html"/>
<py:if test="value.author">
<a href="${value.author.url()}">${gravatar(value.author, size=16)}</a>
<a href="${value.author.url()}">${value.author.display_name}</a>
</py:if>
<py:if test="not value.author">
${email_gravatar(value.author_username, size=16)} $value.author_username
</py:if>
${h.ago(value.datetime)}<br/>
${Markup(g.markdown.convert(value.message))}
</div>