~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/branchlisting.py

  • Committer: Ian Booth
  • Date: 2011-10-14 02:12:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14151.
  • Revision ID: ian.booth@canonical.com-20111014021206-leh264v2ktc5vuoq
Add some more view tests and a bit of cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
        return self.label
564
564
 
565
565
    table_only_template = ViewPageTemplateFile(
566
 
        '../templates/person-branches-table.pt')
 
566
        '../templates/branches-table-include.pt')
567
567
 
568
568
    @property
569
569
    def template(self):