~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisioninfo.pt

  • Committer: Michael Hudson
  • Date: 2009-03-05 22:56:59 UTC
  • mto: This revision was merged to the branch mainline in revision 294.
  • Revision ID: michael.hudson@canonical.com-20090305225659-0werfqwxr5cip031
i think this is how i want the links to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        <div class="information" tal:content="structure python:util.fixed_width(change.comment)"></div>
17
17
    </div>
18
18
    <ul id="list-files" tal:condition="include_file_list">
19
 
      <tal:block content="structure python:file_change_summary(url, change)" />
 
19
      <tal:block content="structure python:file_change_summary(url, change, 'fragment', currently_showing)" />
20
20
    </ul>
21
21
    <div class="clear"><!-- --></div>
22
22
</div>