~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtracker.py

  • Committer: Francis J. Lacoste
  • Date: 2011-12-06 20:10:56 UTC
  • mfrom: (14448 devel)
  • mto: This revision was merged to the branch mainline in revision 14474.
  • Revision ID: francis.lacoste@canonical.com-20111206201056-jk8q5euywtd4vqk7
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
574
574
                                         self.bugtracker.title)
575
575
 
576
576
 
 
577
class RemoteBugView(LaunchpadView):
 
578
    """View a remove bug."""
 
579
 
 
580
    @property
 
581
    def page_title(self):
 
582
        return self.context.title
 
583
 
 
584
 
577
585
class BugTrackerNavigationMenu(NavigationMenu):
578
586
 
579
587
    usedfor = BugTrackerView