Mercurial > p > roundup > code
annotate share/roundup/templates/devel/html/home.html @ 7531:913a73b9fab5 2.3.0
Update for 2.3.0 release
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 12 Jul 2023 23:00:25 -0400 |
| parents | b419f29b1e2f |
| children |
| rev | line source |
|---|---|
| 4434 | 1 <!-- |
| 2 This is the default body that is displayed when people visit the | |
| 3 tracker. The tag below lists the currently open issues. You may | |
| 4 replace it with a greeting message, or a different list of issues or | |
| 5 whatever. It's a good idea to have the issues on the front page though | |
| 6 --> | |
| 7 <span tal:replace="structure python:db.bug.renderWith('index', | |
| 8 sort=[('-', 'activity')], filter=['status'], | |
| 9 columns=['activity','title','creator'], | |
| 10 filterspec={'status':['1','2','4']})" /> |
