~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-03 06:00:47 UTC
  • mfrom: (14403.2.7 recipe-format-0.4)
  • Revision ID: launchpad@pqm.canonical.com-20120103060047-qlvyjzp97wac8s5f
[r=gmb][bug=891928] Add support for version 0.4 of the recipe format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4233
4233
        """Return the heading to search all Bugs."""
4234
4234
        return "Search all bug reports"
4235
4235
 
4236
 
    def search_macro_title(self):
4237
 
        return u'Search all bugs'
4238
 
 
4239
4236
    @property
4240
4237
    def label(self):
4241
4238
        return self.getSearchPageHeading()