~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/product-index.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-26 00:57:25 UTC
  • mfrom: (11411.5.2 bug-429248)
  • Revision ID: launchpad@pqm.canonical.com-20100826005725-wvzzb2ojebfmjc4u
[r=sinzui][ui=none][bug=429284] Fix text describing a project's lack
        of file downloads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
            tal:attributes="href link/fmt:url;
259
259
                            title link/summary">All downloads</a>
260
260
           <tal:no-files condition="not: release">
261
 
             <tal:name replace="context/displayname" /> does not have any
262
 
              download files.
 
261
             <tal:name replace="context/displayname" />
 
262
             does not have any download files registered with Launchpad.
263
263
           </tal:no-files>
264
264
        </p>
265
265
      </div>