Code review comment for lp:~edwin-grubbs/launchpad/all-downloads-link-sprite

Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote :

Here is the real diff:

{{{
=== modified file 'lib/lp/registry/templates/product-index.pt'
--- lib/lp/registry/templates/product-index.pt 2009-10-08 15:54:09 +0000
+++ lib/lp/registry/templates/product-index.pt 2009-11-02 21:44:55 +0000
@@ -219,7 +219,7 @@
         </tal:release>

         <p class="alternate">
- <a class="sprint info"
+ <a class="sprite info"
             tal:define="link overview_menu/downloads"
             tal:condition="release"
             tal:attributes="href link/fmt:url;

=== modified file 'lib/lp/soyuz/templates/person-archive-subscriptions.pt'
--- lib/lp/soyuz/templates/person-archive-subscriptions.pt 2009-09-18 07:46:03 +0000
+++ lib/lp/soyuz/templates/person-archive-subscriptions.pt 2009-11-02 21:44:55 +0000
@@ -34,7 +34,7 @@
                 </td>
                 <td>
                   <tal:active condition="token">
- <a tal:attributes="href subscription/fmt:url" class="info">
+ <a tal:attributes="href subscription/fmt:url" class="sprite info">
                       View
                     </a>
                   </tal:active>
}}}

« Back to merge proposal