[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: navbar: Fix typo.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: navbar: Fix typo. |
Date: |
Fri, 03 Jul 2020 02:37:31 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new d11ce40 navbar: Fix typo.
d11ce40 is described below
commit d11ce40a10eae8b60eb0d0c076fe83d7861cca30
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Fri Jul 3 08:36:27 2020 +0200
navbar: Fix typo.
* src/cuirass/templates.scm (html-page): Turn "Latest builds" into "Running
builds".
---
src/cuirass/templates.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 4c43e8a..58ef142 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -134,7 +134,7 @@ system whose names start with " (code "guile-") ":" (br)
(aria-labelledby "navbarDropdow"))
(a (@ (class "dropdown-item")
(href "/status"))
- "Latest builds")))
+ "Running builds")))
(li (@ (class "nav-item"))
(a (@ (class "nav-link" ,(if (null? navigation)
" active" ""))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: navbar: Fix typo.,
Mathieu Othacehe <=