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