~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/specification.py

[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:
476
476
            text = 'Edit subscription'
477
477
            icon = 'edit'
478
478
        elif self.context.isSubscribed(user):
479
 
            text = 'Update Subscription'
 
479
            text = 'Update subscription'
480
480
            icon = 'edit'
481
481
        else:
482
482
            text = 'Subscribe'