~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/configutils.js

[r=wallyworld][bug=894729] Bug listing config icon now is on the left,
        is a darker grey and has a tooltip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        renderUI: function() {
65
65
            var anchor = Y.Node.create(
66
66
                '<a></a>').addClass('sprite').addClass('config');
 
67
            anchor.set('title', 'Customise visible bug information');
67
68
            this.set('anchor', anchor);
68
69
            var content = this.get(CONTENT_BOX);
69
70
            content.append(anchor);