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:
c1eac74
)
view: Add missing docstring.
author
Ricardo Wurmus
<rekado@elephly.net>
Sat, 1 Sep 2018 06:54:03 +0000
(08:54 +0200)
committer
Ricardo Wurmus
<rekado@elephly.net>
Sat, 1 Sep 2018 06:54:03 +0000
(08:54 +0200)
mumi/web/view/html.scm
patch
|
blob
|
history
diff --git
a/mumi/web/view/html.scm
b/mumi/web/view/html.scm
index 5b1a56d76716230d326a547d7fb625615ccdf453..4d8a1e1db4d04a2b31b863d6bffac963c825ac34 100644
(file)
--- a/
mumi/web/view/html.scm
+++ b/
mumi/web/view/html.scm
@@
-30,6
+30,7
@@
list-of-matching-bugs))
(define (status-tag bug)
+ "Return a colored tag indicating the BUG status."
(let ((status (if (bug-done bug) "Done" "Open")))
`(span (@ (class ,(string-append "status-tag "
(string-downcase status))))