~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/inventory.pt

Don't suggest that we support .bzr/ access on remote branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
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])">
93
 
                        <img tal:attributes="src python:branch.static_url('/static/images/ico_file_flecha.gif')" alt="Symlink" />
 
93
                        <img tal:attributes="src python:branch.static_url('/static/images/ico_flecha.gif')" alt="Symlink" />
94
94
                    </a>
95
95
 
96
96
                 <a tal:attributes="href python:url(['/annotate', revno_url, file.absolutepath])"