~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-15 14:28:21 UTC
  • mfrom: (13444 devel)
  • mto: This revision was merged to the branch mainline in revision 13459.
  • Revision ID: julian.edwards@canonical.com-20110715142821-c1vwbppkh7szv6yk
merge devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
          tal:condition="request/features/soyuz.derived_series_ui.enabled">
68
68
          <div class="yui-u"
69
69
               tal:condition="python: context.isDerivedSeries() or
70
 
                              context.isInitializing()">
 
70
                              context.getInitializationJob() is not None">
71
71
            <div tal:replace="structure context/@@+portlet-derivation" />
72
72
          </div>
73
73
        </tal:derivation>