97
90
<!-- Show this if it's a symlink -->
98
91
<tr tal:attributes="class string:blueRow${repeat/file/even}" tal:condition="python:file.kind=='symlink'">
99
<td class="autcell"><a tal:attributes="href python:url(['/view', change.revno, file.absolutepath])">
92
<td class="autcell"><a tal:attributes="href python:url(['/annotate', change.revno, file.absolutepath])">
104
97
tal:content="file/filename" class="link"></a>
106
99
<td class="date"><a tal:attributes="href python:url(['/revision', file.change.revno]);