guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: website: "download", not "test".


From: Ludovic Courtès
Subject: 12/12: website: "download", not "test".
Date: Sun, 30 Jul 2017 16:23:18 -0400 (EDT)

civodul pushed a commit to branch wip-website-update
in repository guix-artwork.

commit 967e2756b409a6710ebd5f60d30548bbd8eb38e4
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]