summaryrefslogtreecommitdiff
path: root/html/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/home.html')
-rw-r--r--html/home.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/home.html b/html/home.html
new file mode 100644
index 0000000..de249f1
--- /dev/null
+++ b/html/home.html
@@ -0,0 +1,11 @@
+<!--
+ This is the default body that is displayed when people visit the
+ tracker. The tag below lists the currently open issues. You may
+ replace it with a greeting message, or a different list of issues or
+ whatever. It's a good idea to have the issues on the front page though
+-->
+<span tal:replace="structure python: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']})" />
+<!-- SHA: c87a4e18d59a527331f1d367c0c6cc67ee123e63 -->