~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisionfilechanges.pt

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 23:06:59 UTC
  • mfrom: (423.2.8 load-test)
  • Revision ID: john@arbash-meinel.com-20110210230659-ejcgl2r4z768beho
Land the load-test code into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
      <tal:old-name condition="not:renamed/text_modified" content="renamed/new_filename" class="filename">
37
37
        new_filename
38
38
      </tal:old-name>
39
 
      <tal:prop-change condition="renamed/exe_change" content="string:*" />
40
39
    </li>
41
40
  </ul>
42
41
 
45
44
      <li class="desc">files modified:</li>
46
45
    </tal:block>
47
46
    <li class="files">
48
 
      <tal:revision condition="item/text_modified" content="structure python:file_link(item.filename)" />
49
 
      <tal:revision condition="not:item/text_modified" content="item/filename" />
50
 
      <tal:prop-change condition="item/exe_change" content="string:*" />
 
47
      <tal:revision content="structure python:file_link(item.filename)" />
51
48
    </li>
52
49
  </ul>
53
50
</tal:block>