branch: main commit 5057938ebdcc87eac1763658aef920c916a9d6ea Author: Ludovic Courtès <l...@gnu.org> AuthorDate: Fri Apr 12 16:45:46 2024 +0200
templates: Change “Build history” to “Previous builds”. * src/cuirass/templates.scm (build-details): Disambiguate build history label. --- 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 a09e7d7..55bb652 100644 --- a/src/cuirass/templates.scm +++ b/src/cuirass/templates.scm @@ -924,7 +924,7 @@ the existing SPEC otherwise." ,@(if (null? history) '() `((div (@ (class "lead mr-auto")) - "Build history") + "Previous builds") (table (@ (class "table table-sm table-hover table-striped")) (thead