~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
635
635
        expose_structural_subscription_data_to_js(
636
636
            self.context, self.request, self.user)
637
637
 
 
638
    @property
 
639
    def page_title(self):
 
640
        return '%s in Launchpad' % self.context.displayname
 
641
 
638
642
    def linkedMilestonesForSeries(self, series):
639
643
        """Return a string of linkified milestones in the series."""
640
644
        # Listify to remove repeated queries.
1074
1078
    show_freshness = True
1075
1079
    show_mirror_type = False
1076
1080
    description = None
 
1081
    page_title = 'Mirrors'
1077
1082
 
1078
1083
    @cachedproperty
1079
1084
    def mirror_count(self):