Child: [26e26c] (diff)

Download this file

revision.html    19 lines (18 with data), 725 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
style="background-color:#eee;border-top:1px solid #333;">
<xi:include href="${g.pyforge_templates}/lib.html"/>
<b>Revision $value.revision: ${h.ago(value.date)}</b><br/>
<p>$value.message</p>
<p class="gravatar">
<py:if test="value.author">
<a href="${value.author.url()}">${gravatar(value.author.preferences.email_address)}</a><br />
<a href="${value.author.url()}">${value.author.display_name}</a><br />
</py:if>
<py:if test="not value.author">
${gravatar(value.author_username)}<br/>
$value.author_username<br/>
</py:if>
</p>
</div>