summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-22 15:36:34 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-22 15:36:34 +0200
commit9175199e9039b9a1dbc5e1eafa05b9c618416f3b (patch)
tree3bfb2c4f3bf40ed74ede6d98568df3ea4be96742
parent135cb8b82fd41460dea0eb3695cd9f1c805ca1a6 (diff)
html: help: Document mdate filter.
* mumi/web/view/html.scm (help): Add help text for mdate.
-rw-r--r--mumi/web/view/html.scm8
1 files 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:<start>..<end>"))
- (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:<start>..<end>"))
+ (td "This is just like " (span (@ (class "filter")) "date")
+ " except that it also includes comments."))))))))
(define (unknown id)
(layout