diff options
-rw-r--r-- | mumi/web/view/html.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 9b44c67..4c5cb44 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -330,7 +330,10 @@ some examples.") (tr (td (span (@ (class "filter")) "mdate:<start>..<end>")) (td "This is just like " (span (@ (class "filter")) "date") - " except that it also includes comments.")))))))) + " except that it also includes comments.")) + (tr + (td (span (@ (class "filter")) "msgid:<message id>")) + (td "Find issues containing a message with the given message id.")))))))) (define (unknown id) (layout |