launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #08341
Re: [Merge] lp:~wallyworld/launchpad/inline-picker-underscore-1005324 into lp:launchpad
Hi Ian.
I think I have found most of the lines that need investigation and updating. As above, the rule is to ensure there are no spaces in the anchor tag.
./lib/lp/app/templates/inline-picker.pt
18: class="sprite maybe">
./lib/lp/app/browser/tales.py
886: '<span class="sprite %(icon)s"> '
912: '<a href="%s" alt="%s" title="%s" class="%s"> </a>')
./lib/lp/app/doc/tales.txt
215: <span class="sprite no"> <span
219: <span class="sprite no"> <span
223: <span class="sprite yes"> <span
227: <span class="sprite yes"> <span
./lib/lp/app/javascript/choice.js
65: '<a href="#"><img class="sprite edit editicon"/> </a></span>'
./lib/lp/app/javascript/formwidgets/formwidgets.js
121: 'target="help" class="sprite maybe"> ' +
./lib/lp/registry/templates/person-upcomingwork.pt
92: <a href="#" class="expander"> </a>
./lib/lp/bugs/javascript/bugtask_index.js
125: '<span class="invisible-link">edit</span> </a>');
./lib/lp/bugs/templates/bugtasks-and-nominations-portal.pt
78: class="sprite maybe">
./lib/lp/bugs/templates/bugtask-choose-affected-product.pt
23: class="sprite maybe"> <span class="invisible-link">(?)</span>
./lib/lp/bugs/templates/bugtask-index.pt
169: <a href="/+help-bugs/tag-help.html" target="help" class="sprite maybe">
./lib/lp/bugs/templates/bugcomment-macros.pt
60: <span class="sprite arrowRight"> </span>
./lib/lp/bugs/stories/bugtask-searches/xx-listing-basics.txt
229: title="Linked to milestone 3.1" class="sprite milestone"> </a>
./lib/lp/registry/templates/person-macros.pt
68: target="help"> </a>
./lib/lp/registry/templates/person-portlet-contact-details.pt
75: <a target="help" href="/+help-registry/openid.html" class="sprite maybe">
186: <a target="help" href="/+help-registry/karma.html" class="sprite maybe">
./lib/lp/registry/templates/distroseries-initialize.pt
20: target="help" class="sprite maybe">
./lib/lp/registry/javascript/sharing/shareetable.js
162: ' data-person_name="{{display_name}}"> </a>',
168: ' data-person_name="{{display_name}}"> </a>',
205: ' <a class="editicon sprite edit" href="#"> </a>',
./lib/lp/registry/javascript/sharing/sharingdetails.js
284: ' <span class="sprite bug-{{bug_importance}}"> </span>',
296: ' </a>',
323: ' </a>',
./lib/lp/blueprints/templates/specification-index.pt
287: <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe">
./lib/lp/app/templates/launchpad-form.pt
110: <span class="invisible-link">(?)</span>
132: <span class="invisible-link">(?)</span>
152: <span class="invisible-link">(?)</span>
./lib/lp/code/templates/branch-recipes.pt
24: <span class="invisible-link">Tag help</span>
./lib/lp/code/templates/sourcepackagerecipe-index.pt
87: <span class="invisible-link">Tag help</span>
./lib/lp/registry/templates/distroseries-add.pt
15: <span class="invisible-link">(?)</span>
./lib/lp/registry/templates/milestone-tag-search.pt
28: <span class="invisible-link">Milestone Tags help</span>
./lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt
251:
./lib/lp/registry/templates/distributionsourcepackage-index.pt
154:
--
https://code.launchpad.net/~wallyworld/launchpad/inline-picker-underscore-1005324/+merge/107702
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References