~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/bazaar-index.pt

  • Committer: Gary Poster
  • Date: 2009-04-20 12:43:08 UTC
  • mfrom: (8255 devel)
  • mto: (8329.1.1 buildout2)
  • mto: This revision was merged to the branch mainline in revision 8489.
  • Revision ID: gary.poster@canonical.com-20090420124308-k2tahh982si8upvy
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
      <div id="project-cloud-preview">
66
66
        <h2>Projects with active branches</h2>
67
67
        <a tal:repeat="product view/short_product_tag_cloud"
68
 
           tal:attributes="href product/fmt:url;
 
68
           tal:attributes="href product/url;
69
69
                           class product/html_class;
70
70
                           title product/html_title"
71
71
           tal:content="product/name">project</a>