~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/person.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14440,
        14441 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
    def softwarebugs(self):
632
632
        text = 'Subscribed packages'
633
633
        summary = (
634
 
            'A summary report for packages where %s is a bug supervisor.'
 
634
            'A summary report for packages where %s is a subscriber.'
635
635
            % self.context.displayname)
636
636
        return Link('+packagebugs', text, site='bugs', summary=summary)
637
637