navbar: Fix typo.

* src/cuirass/templates.scm (html-page): Turn "Latest builds" into "Running
builds".
This commit is contained in:
Mathieu Othacehe 2020-07-03 08:36:27 +02:00
parent 136a8295e4
commit d11ce40a10
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -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" ""))