~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[rs=buildbot-poller] automatic merge from stable. Revisions: 14451,
        14452, 14453, 14454, 14455 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1023
1023
        <browser:page
1024
1024
            for="lp.registry.interfaces.person.IPerson"
1025
1025
            permission="zope.Public"
1026
 
            class="lp.registry.browser.team.TeamHierarchyView"
1027
 
            name="+teamhierarchy"
1028
 
            template="../templates/person-teamhierarchy.pt"/>
1029
 
        <browser:page
1030
 
            for="lp.registry.interfaces.person.IPerson"
1031
 
            permission="zope.Public"
1032
1026
            class="lp.registry.browser.person.PersonSubscriptionsView"
1033
1027
            name="+subscriptions"
1034
1028
            template="../templates/person-subscriptions.pt"/>