Skip to content
Snippets Groups Projects
Unverified Commit d11ce40a authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

navbar: Fix typo.

* src/cuirass/templates.scm (html-page): Turn "Latest builds" into "Running
builds".
parent 136a8295
No related branches found
No related tags found
No related merge requests found
......@@ -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" ""))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment