summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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