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:
8026685
)
view: Change title for list of issues with recent activity.
author
Ricardo Wurmus
<rekado@elephly.net>
Sun, 2 Sep 2018 12:46:33 +0000
(14:46 +0200)
committer
Ricardo Wurmus
<rekado@elephly.net>
Sun, 2 Sep 2018 12:46:33 +0000
(14:46 +0200)
mumi/web/view/html.scm
patch
|
blob
|
history
diff --git
a/mumi/web/view/html.scm
b/mumi/web/view/html.scm
index 2b5b6bb03fba9183198e53204d9a33560a19f3fe..e7c411e78570458b12208f15e593febb1efd51bb 100644
(file)
--- a/
mumi/web/view/html.scm
+++ b/
mumi/web/view/html.scm
@@
-118,7
+118,7
@@
,@(let ((bugs (recent-bugs 5)))
(if (null? bugs)
'()
- `((h2 "Recent
issues
")
+ `((h2 "Recent
activity
")
,(list-of-bugs bugs))))))))
(define (unknown id)