Mercurial > p > roundup > code
view share/roundup/templates/jinja2/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 | ffaf89a4a9d9 |
| children |
line wrap: on
line source
{{ db.issue.renderWith('index', sort=[('-', 'activity')], group=[('+', 'priority')], filter=['status'], columns=['id','activity','title','creator','assignedto', 'status'], filterspec={'status':['-1','1','2','3','4','5','6','7']} )|u|safe }}
