From 4eb3e0d84a15aabbf723fe9b3696dfc81efd9bb0 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Wed, 25 Jan 2006 17:13:06 -0500 Subject: [PATCH] Show number of comments in bug list --- .be/bugs/62a74b85-0d4b-49f5-8794-74bafd871cd4/values | 2 +- beweb/beweb/templates/bugs.kid | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.be/bugs/62a74b85-0d4b-49f5-8794-74bafd871cd4/values b/.be/bugs/62a74b85-0d4b-49f5-8794-74bafd871cd4/values index 8db835c..509920e 100644 --- a/.be/bugs/62a74b85-0d4b-49f5-8794-74bafd871cd4/values +++ b/.be/bugs/62a74b85-0d4b-49f5-8794-74bafd871cd4/values @@ -15,7 +15,7 @@ severity=minor -status=open +status=closed diff --git a/beweb/beweb/templates/bugs.kid b/beweb/beweb/templates/bugs.kid index c174d00..30004fc 100644 --- a/beweb/beweb/templates/bugs.kid +++ b/beweb/beweb/templates/bugs.kid @@ -20,8 +20,8 @@ def row_class(bug):

Bug list for ${project_name}

- -
+ +
IDStatusSeverityAssigned ToSummary
${unique_name(bug, bugs[:])}${bug.status}${bug.severity}${people.get(bug.assigned, bug.assigned)}${bug.summary}
IDStatusSeverityAssigned ToCommentsSummary
${unique_name(bug, bugs[:])}${bug.status}${bug.severity}${people.get(bug.assigned, bug.assigned)}${len(list(bug.iter_comment_ids()))}${bug.summary}
Project list -- 2.26.2