summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/view/html.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index a29ee44..d9b5b6e 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -283,6 +283,10 @@ supported. To comment on this conversation "
,(or (and=> (bug-owner bug) extract-name) "unassigned"))
(div
(@ (class "stat"))
+ (label "Severity")
+ ,(bug-severity bug))
+ (div
+ (@ (class "stat"))
(label "Status")
,(status-tag bug))))))))