92
92
<a tal:condition="python:file.kind=='file'"
94
94
title string:Annotate ${file/filename}"
95
95
tal:content="string:${file/filename}">
100
<a tal:attributes="href python:url(['/revision', file.revid], start_revid=file.revid, file_id=file.file_id);
101
101
title string:Show revision ${file/change/revno}"
102
102
tal:content="python:util.trunc(file.change.revno, 15)">