projects
/
software
/
mumi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c57ea2
)
view: Fix type error.
author
Ricardo Wurmus
<rekado@elephly.net>
Tue, 28 Aug 2018 21:31:14 +0000
(23:31 +0200)
committer
Ricardo Wurmus
<rekado@elephly.net>
Tue, 28 Aug 2018 21:31:14 +0000
(23:31 +0200)
mumi/web/view/html.scm
patch
|
blob
|
history
diff --git
a/mumi/web/view/html.scm
b/mumi/web/view/html.scm
index e6c429b53ecedcf88b5a3cee2ba00cd604a23a04..5b1a56d76716230d326a547d7fb625615ccdf453 100644
(file)
--- a/
mumi/web/view/html.scm
+++ b/
mumi/web/view/html.scm
@@
-301,7
+301,7
@@
supported. To comment on this conversation "
#:body
`(,(header)
(div (@ (class "container"))
- ,@(if (
zero
? bugs)
+ ,@(if (
null
? bugs)
`((h1 "No issues found")
(p "We could not find any issues matching your query "
(code ,query) ". "