~launchpad-pqm/launchpad/devel

4939.2.3 by Curtis Hovey
Added namespaces to bug* templates and fixed markup.
1
<div
9392.1.1 by Gavin Panella
Convert bug-portlet-attachments and bug-portlet-duplicates to 3.0 layout.
2
    xmlns:tal="http://xml.zope.org/namespaces/tal"
3
    xmlns:metal="http://xml.zope.org/namespaces/metal"
4
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5
    class="portlet" id="portlet-duplicates"
6
    tal:condition="context/duplicates">
2903.1.205 by Matthew Paul Thomas
Converts all portlet headings from <h4> to <h2>.
7
  <h2>Duplicates of this bug</h2>
9392.1.1 by Gavin Panella
Convert bug-portlet-attachments and bug-portlet-duplicates to 3.0 layout.
8
  <ul>
9
    <li tal:repeat="dupe view/duplicates">
10
      <a tal:content="string: Bug #${dupe/id}"
11
         tal:attributes="href dupe/url; title dupe/title;
12
                         class context/image:sprite_css" />
13
    </li>
14
  </ul>
1840 by Canonical.com Patch Queue Manager
restructure translation storage, allowing for wiki mode, non-editor translation, accurate statistics and fewer bugs
15
</div>