~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisioninfo.pt

a bit tortuous, but fix the modified files links on the revision page

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        </span>
61
61
      </td>
62
62
    </tr>
63
 
    <tal:block condition="includefilechanges">
 
63
    <tal:block condition="nocall:modified_file_link">
64
64
      <tr class="divider">
65
65
        <th>
66
66
        </th>
67
67
        <td>
68
68
        </td>
69
69
      </tr>
70
 
      <tal:block content="structure python:file_change_summary(url, change, False)" />
 
70
      <tal:block content="structure python:file_change_summary(url, change, modified_file_link)" />
71
71
    </tal:block>
72
72
  </table>
73
73
</div>