~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branchmergeproposal-diff-stats.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 03:03:41 UTC
  • mfrom: (14616.1.2 longpoll-stats-903586)
  • Revision ID: launchpad@pqm.canonical.com-20120104030341-os86i70cbyvzdjc5
[r=gmb][bug=903586] Update the stats on a MP page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:root
 
2
  xmlns:tal="http://xml.zope.org/namespaces/tal"
 
3
>
 
4
  <tal:diff replace="structure view/preview_diff/fmt:link"/>
 
5
  <pre tal:condition="view/preview_diff/has_conflicts"
 
6
       tal:content="view/preview_diff/conflicts"/>
 
7
</tal:root>