~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisionfilechanges.pt

[rs=mwhudson][release-critical=Rinchen] update to loggerhead trunk,
        mainly to get the code to not hold branches open the whole time but
        also getting some other improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    <td class="files"
25
25
        tal:define="filename python:removed[0];
26
26
                    file_id  python:removed[1]">
27
 
      <a tal:attributes="href  python:url(['/annotate', entry.revid], file_id=file_id);
28
 
                         title string:Annotate ${filename}"
29
 
         tal:content="filename" class="filename">
30
 
        filename
31
 
      </a>
 
27
      <tal:block content="filename" />
32
28
    </td>
33
29
  </tr>
34
30
  <tr tal:repeat="renamed entry/changes/renamed">