~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/configure.zcml

  • 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:
193
193
            name="++diff"
194
194
            template="../templates/branchmergeproposal-diff.pt"/>
195
195
        <browser:page
 
196
            name="++diff-stats"
 
197
            template="../templates/branchmergeproposal-diff-stats.pt"/>
 
198
        <browser:page
196
199
            name="+pagelet-summary"
197
200
            template="../templates/branchmergeproposal-pagelet-summary.pt"/>
198
201
    </browser:pages>