65
65
<a tal:condition="python:line.status=='changed'"
66
66
tal:content="python:util.trunc(line.change.revno)"
67
67
tal:attributes="href python:url(['/revision', line.change.revno], clear=1);
68
title python:'%s by %s, on %s (%s)'%(line.change.revno, util.hide_email(line.change.author), line.change.date.strftime('%d %b %Y %H:%M'), util.date_time(line.change.date))"></a>
68
title python:'%s by %s, on %s (%s)'%(line.change.revno, ', '.join(util.hide_emails(line.change.authors)), line.change.date.strftime('%d %b %Y %H:%M'), util.date_time(line.change.date))"></a>
70
70
<td class="annoCont"><pre tal:content="structure line/text"></pre></td>