~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-20 13:01:44 UTC
  • mfrom: (13980.3.33 page-title-0)
  • Revision ID: launchpad@pqm.canonical.com-20110920130144-y6hc061u53bbokux
[rs=sinzui][bug=853919] Move page_titles into views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
        expose_structural_subscription_data_to_js(
354
354
            self.context, self.request, self.user)
355
355
 
 
356
    @property
 
357
    def page_title(self):
 
358
        return '%s in Launchpad' % self.context.displayname
 
359
 
356
360
    @cachedproperty
357
361
    def has_many_projects(self):
358
362
        """Does the projectgroup have many sub projects.