~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/modified-file-link-log.pt

  • Committer: Jelmer Vernooij
  • Date: 2008-08-05 22:54:10 UTC
  • mfrom: (200 trunk)
  • mto: (197.1.9 pathargs)
  • mto: This revision was merged to the branch mainline in revision 202.
  • Revision ID: jelmer@samba.org-20080805225410-gwf3mvqdb79ggz5m
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
 
<a tal:attributes="href python:'javascript:diff_url(\'' + url(['/revision', entry.revno], clear=1) + '#' + item.filename + '\')';
3
 
                   title string:Annotate ${item/filename}"
4
 
   tal:content="item/filename" class="filename">
5
 
  item/filename
6
 
</a>