← Back to team overview

launchpad-reviewers team mailing list archive

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">&nbsp;'
     912: '<a href="%s" alt="%s" title="%s" class="%s">&nbsp;</a>')
./lib/lp/app/doc/tales.txt
     215: <span class="sprite no">&nbsp;<span
     219: <span class="sprite no">&nbsp;<span
     223: <span class="sprite yes">&nbsp;<span
     227: <span class="sprite yes">&nbsp;<span
./lib/lp/app/javascript/choice.js
      65: '<a href="#"><img class="sprite edit editicon"/>&nbsp;</a></span>'
./lib/lp/app/javascript/formwidgets/formwidgets.js
     121: 'target="help" class="sprite maybe">&nbsp;' +
./lib/lp/registry/templates/person-upcomingwork.pt
      92: <a href="#" class="expander">&nbsp;</a>
./lib/lp/bugs/javascript/bugtask_index.js
     125: '<span class="invisible-link">edit</span>&nbsp;</a>');
./lib/lp/bugs/templates/bugtasks-and-nominations-portal.pt
      78: class="sprite maybe">&nbsp;
./lib/lp/bugs/templates/bugtask-choose-affected-product.pt
      23: class="sprite maybe">&nbsp;<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">&nbsp;
./lib/lp/bugs/templates/bugcomment-macros.pt
      60: <span class="sprite arrowRight">&nbsp;</span>
./lib/lp/bugs/stories/bugtask-searches/xx-listing-basics.txt
     229: title="Linked to milestone 3.1" class="sprite milestone">&nbsp;</a>
./lib/lp/registry/templates/person-macros.pt
      68: target="help">&nbsp;</a>
./lib/lp/registry/templates/person-portlet-contact-details.pt
      75: <a target="help" href="/+help-registry/openid.html" class="sprite maybe">&nbsp;
     186: <a target="help" href="/+help-registry/karma.html" class="sprite maybe">&nbsp;
./lib/lp/registry/templates/distroseries-initialize.pt
      20: target="help" class="sprite maybe">&nbsp;
./lib/lp/registry/javascript/sharing/shareetable.js
     162: '        data-person_name="{{display_name}}">&nbsp;</a>',
     168: '        data-person_name="{{display_name}}">&nbsp;</a>',
     205: '  <a class="editicon sprite edit" href="#">&nbsp;</a>',
./lib/lp/registry/javascript/sharing/sharingdetails.js
     284: '        <span class="sprite bug-{{bug_importance}}">&nbsp;</span>',
     296: '    &nbsp;</a>',
     323: '    &nbsp;</a>',
./lib/lp/blueprints/templates/specification-index.pt
     287: <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe">&nbsp;
./lib/lp/app/templates/launchpad-form.pt
     110: &nbsp;<span class="invisible-link">(?)</span>
     132: &nbsp;<span class="invisible-link">(?)</span>
     152: &nbsp;<span class="invisible-link">(?)</span>
./lib/lp/code/templates/branch-recipes.pt
      24: &nbsp;<span class="invisible-link">Tag help</span>
./lib/lp/code/templates/sourcepackagerecipe-index.pt
      87: &nbsp;<span class="invisible-link">Tag help</span>
./lib/lp/registry/templates/distroseries-add.pt
      15: &nbsp;<span class="invisible-link">(?)</span>
./lib/lp/registry/templates/milestone-tag-search.pt
      28: &nbsp;<span class="invisible-link">Milestone Tags help</span>
./lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt
     251: &nbsp;
./lib/lp/registry/templates/distributionsourcepackage-index.pt
     154: &nbsp;
-- 
https://code.launchpad.net/~wallyworld/launchpad/inline-picker-underscore-1005324/+merge/107702
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.


References