Comment 1 for bug 401974

Revision history for this message
Curtis Hovey (sinzui) wrote :

Hi Martin.

I do not have a branch going of sprite fixes. Do you? Otherwise I think we should ask someone incorporate this one line change to their branch that is RC worthy.

=== modified file 'lib/lp/registry/templates/productrelease-add-from-series.pt'
--- lib/lp/registry/templates/productrelease-add-from-series.pt 2009-07-17 17:59:07 +0000
+++ lib/lp/registry/templates/productrelease-add-from-series.pt 2009-07-20 23:52:33 +0000
@@ -51,7 +51,7 @@
             var select_menu = get_by_id('field.milestone_for_release');
             var create_milestone_link = Y.Node.create(
                 '<a href="+addmilestone" id="create-milestone-link" ' +
- 'class="add js-action">Create milestone</a>');
+ 'class="add js-action sprite">Create milestone</a>');
             select_menu.ancestor().appendChild(create_milestone_link);
             var config = {
                 milestone_form_uri: milestone_form_uri,