~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Ian Booth
  • Date: 2010-10-25 13:12:44 UTC
  • mto: This revision was merged to the branch mainline in revision 11934.
  • Revision ID: ian.booth@canonical.com-20101025131244-9wqphh6r7oi5291r
Initial prototype

Show diffs side-by-side

added added

removed removed

Lines of Context:
1318
1318
            for="lp.code.interfaces.sourcepackagerecipe.ISourcePackageRecipe"
1319
1319
            factory="canonical.launchpad.webapp.breadcrumb.NameBreadcrumb"
1320
1320
            permission="zope.Public"/>
 
1321
 
 
1322
        <browser:page
 
1323
            for="lp.registry.interfaces.person.IPerson"
 
1324
            layer="lp.code.publisher.CodeLayer"
 
1325
            class="lp.code.browser.mergequeuelisting.PersonMergeQueueListingView"
 
1326
            permission="zope.Public"
 
1327
            facet="branches"
 
1328
            name="+merge-queues"
 
1329
            template="../templates/mergequeue-listing.pt"/>
 
1330
 
1321
1331
    </facet>
1322
1332
 
1323
1333
    <browser:url