diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-07-03 08:36:27 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-07-03 08:36:27 +0200 |
commit | d11ce40a10eae8b60eb0d0c076fe83d7861cca30 (patch) | |
tree | 41082efb938c7a81ef78200dc8b5bb5ccb90ad7a | |
parent | 136a8295e4e09724eccc230c127fb880aa84b57d (diff) | |
download | cuirass-d11ce40a10eae8b60eb0d0c076fe83d7861cca30.tar cuirass-d11ce40a10eae8b60eb0d0c076fe83d7861cca30.tar.gz |
navbar: Fix typo.
* src/cuirass/templates.scm (html-page): Turn "Latest builds" into "Running
builds".
-rw-r--r-- | src/cuirass/templates.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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" "")) |