summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/view/html.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index d94f7a7..2161b63 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -161,9 +161,6 @@
", "
(span (@ (class "filter"))
"date:1m..today")
- ", "
- (span (@ (class "filter"))
- "mdate:2w..12h")
", and "
(a (@ (href "help#search"))
"many more!"))))
@@ -230,7 +227,7 @@ some examples.")
"The filter matches both the email address and the name."))
(tr
(td (span (@ (class "filter")) "date:<start>..<end>"))
- (td "Issues submitted within the provided range. "
+ (td "Issues or comments submitted within the provided range. "
(strong "start") " and " (strong "end") " can be one of "
(strong "now") ", " (strong "today") ", " (strong "yesterday")
", a date in the formats "
@@ -242,12 +239,7 @@ some examples.")
(strong "d") " (days), "
(strong "w") " (weeks), "
(strong "m") " (months), and "
- (strong "y") " (years)."))
- (tr
- (td (span (@ (class "filter")) "mdate:<start>..<end>"))
- (td "Issues with comments submitted within the provided
-range. The supported arguments are the same as for "
- (span (@ (class "filter")) "date:") "."))))))))
+ (strong "y") " (years)."))))))))
(define (unknown id)
(layout