~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/templates/sprint-index.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-06 22:51:05 UTC
  • mfrom: (11308.2.3 launchpad-header-1)
  • Revision ID: launchpad@pqm.canonical.com-20100806225105-81exwwxdr18ruvsx
[r=bac][ui=rockstar][bug 610866] Move the registation information
        below the bread crumbs so that the connection between the
        location titles and bread crumbs is not interupted. Remove
        paragraphs markup from some registration slots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
<body>
11
11
 
12
12
<tal:registering metal:fill-slot="registering">
13
 
  <p>Registered by <a tal:replace="structure context/owner/fmt:link" />
 
13
  Registered by <a tal:replace="structure context/owner/fmt:link" />
14
14
    on <span tal:content="context/datecreated/fmt:displaydate"
15
15
             tal:attributes="title context/datecreated/fmt:datetime"
16
16
         >on 2005-01-01</span>
17
 
  </p>
18
17
</tal:registering>
19
18
 
20
19
<div metal:fill-slot="main"
107
106
          <tal:proposed define="proposed view/proposed_count"
108
107
                        condition="proposed">
109
108
            There are <span tal:replace="proposed">7</span>
110
 
            specifications 
 
109
            specifications
111
110
            <a tal:omit-tag="not: context/required:launchpad.Driver" href="+settopics">
112
111
              proposed
113
112
            </a> which the organisers will review.