From 9175199e9039b9a1dbc5e1eafa05b9c618416f3b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 22 Apr 2020 15:36:34 +0200 Subject: html: help: Document mdate filter. * mumi/web/view/html.scm (help): Add help text for mdate. --- mumi/web/view/html.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index c938772..b5552d2 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -250,7 +250,7 @@ some examples.") "The filter matches both the email address and the name.")) (tr (td (span (@ (class "filter")) "date:..")) - (td "Issues or comments submitted within the provided range. " + (td "Issues submitted within the provided range. " (strong "start") " and " (strong "end") " can be one of " (strong "now") ", " (strong "today") ", a date in the formats " @@ -262,7 +262,11 @@ some examples.") (strong "d") " (days), " (strong "w") " (weeks), " (strong "m") " (months), and " - (strong "y") " (years).")))))))) + (strong "y") " (years).")) + (tr + (td (span (@ (class "filter")) "mdate:..")) + (td "This is just like " (span (@ (class "filter")) "date") + " except that it also includes comments.")))))))) (define (unknown id) (layout -- cgit v1.2.3