guix-commits
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]