[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Fri, 24 May 2024 16:21:51 -0400 (EDT) |
branch: main
commit 5057938ebdcc87eac1763658aef920c916a9d6ea
Author: Ludovic Courtès <ludo@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
- main updated (42b55a1 -> 2c7caf3), Ludovic Courtès, 2024/05/24
- [no subject],
Ludovic Courtès <=
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24
- [no subject], Ludovic Courtès, 2024/05/24