[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/29: website: "download", not "test".
From: |
Ludovic Courtès |
Subject: |
11/29: website: "download", not "test". |
Date: |
Wed, 6 Dec 2017 09:24:25 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 94d89e99ce7fcb9fcbec880e08f60222ecd401c5
Author: Ludovic Courtès <address@hidden>
Date: Sun Jul 30 22:21:05 2017 +0200
website: "download", not "test".
* website/apps/base/templates/home.scm (home-t): "DOWNLOAD", not "TEST".
---
website/apps/base/templates/home.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/home.scm
b/website/apps/base/templates/home.scm
index 3c31b4e..19183cd 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -87,7 +87,7 @@
(div
(@ (class "action-box centered-text"))
,(button-big
- #:label (string-append "TEST v" (latest-guix-version))
+ #:label (string-append "DOWNLOAD v" (latest-guix-version))
#:url (guix-url "download/")
#:light #true)
" " ; A space for readability in non-CSS browsers.
- branch master updated (ae2d020 -> 81db25f), Ludovic Courtès, 2017/12/06
- 02/29: website: packages: Ignore third-party packages., Ludovic Courtès, 2017/12/06
- 04/29: website: utils: 'paginate' correctly handles the case with zero items., Ludovic Courtès, 2017/12/06
- 03/29: website: posts: Add missing tags and harmonize., Ludovic Courtès, 2017/12/06
- 05/29: website: packages: Implement grouping by letter., Ludovic Courtès, 2017/12/06
- 11/29: website: "download", not "test".,
Ludovic Courtès <=
- 08/29: website: packages: Fix typo., Ludovic Courtès, 2017/12/06
- 07/29: website: packages: Add the commit in package source URLs., Ludovic Courtès, 2017/12/06
- 12/29: website: packages: Mark GNU packages in the listing., Ludovic Courtès, 2017/12/06
- 15/29: website: downloads: Change http to https in alpha.gnu.org URL., Ludovic Courtès, 2017/12/06
- 13/29: website: packages: Correctly compute supported systems., Ludovic Courtès, 2017/12/06
- 10/29: website: Use actual GuixSD screenshots., Ludovic Courtès, 2017/12/06
- 17/29: website: base: Change http to https in 'graphics'., Ludovic Courtès, 2017/12/06
- 19/29: website: base: Change URLs in 'data' from http to https., Ludovic Courtès, 2017/12/06
- 06/29: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/12/06
- 21/29: website: packages: Gracefully deal with empty package descriptions., Ludovic Courtès, 2017/12/06