Code review comment for lp:~jtv/launchpad/translationimportqueueentry-info

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

The broken icon is because there is space between the anchor and the span in translation-import-queue-macros.pt. This fixes the issue:
                    <tal:block condition="entry/required:launchpad.Admin">
                      <a class="sprite edit"
                         tal:attributes="href entry/fmt:url"><span class="invisible-link">Change
                         this entry</span></a>
                    </tal:block>

« Back to merge proposal