~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseries-index.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-10 19:18:44 UTC
  • mfrom: (13175.2.3 bug-735991)
  • Revision ID: launchpad@pqm.canonical.com-20110610191844-wo6ryjj31ooqr3aa
[r=bac][bug=735991] more efficient implementation of
        Person.getBugSubscriberPackages();
        call canonical_url(self.context) exactly once when ~person/+packagebugs
        is rendered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
          <li tal:condition="overview_menu/admin/enabled">
148
148
            <a tal:replace="structure overview_menu/admin/fmt:link" />
149
149
          </li>
150
 
          <li tal:condition="overview_menu/initseries/enabled|nothing">
151
 
            <a tal:replace="structure overview_menu/initseries/fmt:link" />
152
 
          </li>
153
150
          <li tal:condition="overview_menu/subscribe/enabled|nothing">
154
151
            <a tal:replace="structure overview_menu/subscribe/fmt:link" />
155
152
          </li>