~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-02 23:44:26 UTC
  • mfrom: (13589.1.1 revert-r13574)
  • Revision ID: launchpad@pqm.canonical.com-20110802234426-z03j07sj334l9ay0
[r=wgrant][rollback=13574] Revert r13574. It crashes when the flag is
 enabled, see bug #810290.

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>