~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=benji][bug=795573,
 796233] On DistroSeries:+localpackagediffs ensure that the comment
 form is hidden after adding a new comment to a DistroSeriesDifference,
 prevent empty comments from being submitted,
 and add some animations and effects to make the UI less jarring and easier to
 follow.

Show diffs side-by-side

added added

removed removed

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