90
90
<!-- Show this if it's a symlink -->
91
91
<tr tal:attributes="class string:blueRow${repeat/file/even}" tal:condition="python:file.kind=='symlink'">
92
92
<td class="autcell"><a tal:attributes="href python:url(['/annotate', change.revno, file.absolutepath])">
96
96
<a tal:attributes="href python:url(['/annotate', revno_url, file.absolutepath])"