~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisionfilechanges.pt

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-23 21:10:07 UTC
  • mfrom: (461.2.1 bug-321325)
  • Revision ID: michael.hudson@linaro.org-20120123211007-ah835d7bc2s320l3
show exe bit changes on the revision page

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:*" />
39
40
    </li>
40
41
  </ul>
41
42
 
44
45
      <li class="desc">files modified:</li>
45
46
    </tal:block>
46
47
    <li class="files">
47
 
      <tal:revision content="structure python:file_link(item.filename)" />
 
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:*" />
48
51
    </li>
49
52
  </ul>
50
53
</tal:block>