Code review comment for lp:~bac/launchpad/bug-432163-join-link

Revision history for this message
Brad Crittenden (bac) wrote :

I'm bundling this trivial change for bug 432427:

=== modified file 'lib/lp/registry/templates/person-index.pt'
--- lib/lp/registry/templates/person-index.pt 2009-09-16 17:56:17 +0000
+++ lib/lp/registry/templates/person-index.pt 2009-09-18 15:38:47 +0000
@@ -71,7 +71,7 @@
           tal:attributes="href context/fmt:url:translations">Translations</a>
       </li>
       <li>
- <a class="sprite blueprints"
+ <a class="sprite code"
           tal:attributes="href context/fmt:url:code">Code</a>
       </li>
       <li>

« Back to merge proposal