~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtarget-tasks-and-nominations-table-row.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-03 05:00:46 UTC
  • mfrom: (13543.10.3 ghostly-series-tasks)
  • Revision ID: launchpad@pqm.canonical.com-20110803050046-d5b26bk2fqw9zm3a
[r=stevenk][bug=817336] Always show a row for a series task's parent
 context, even if there is no actual task for the parent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:bugtarget xmlns:tal="http://xml.zope.org/namespaces/tal">
 
2
  <tr style="opacity: 0.5">
 
3
    <td></td>
 
4
    <td>
 
5
      <a tal:attributes="href context/fmt:url;
 
6
                         class context/image:sprite_css"
 
7
         tal:content="context/bugtargetdisplayname" />
 
8
    </td>
 
9
    <td colspan="5"></td>
 
10
  </tr>
 
11
</tal:bugtarget>