~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/buglisting.txt

  • Committer: Aaron Bentley
  • Date: 2011-10-13 21:42:09 UTC
  • mto: (14128.9.2 new-bug-fields)
  • mto: This revision was merged to the branch mainline in revision 14193.
  • Revision ID: aaron@canonical.com-20111013214209-ov0e19ogildi5y7p
Extract bug listing template to a file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{#bugtasks}}
 
2
<tr><td><table>
 
3
    <tr><td class={{importance_class}}>{{importance}}</td></tr>
 
4
    <tr><td class={{status_class}}>{{status}}
 
5
</td></tr></table>
 
6
<td><table>
 
7
    <tr><td >#{{id}} <a href="{{bug_url}}">{{title}}</a></td></tr>
 
8
    <tr>
 
9
        <td><span class="{{bugtarget_css}}">{{bugtarget}}</span></td>
 
10
    </tr>
 
11
</table></td>
 
12
<td align="right">{{{badges}}}{{{bug_heat_html}}}</td>
 
13
</tr>
 
14
{{/bugtasks}}