guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: base: home: Remove version number from d


From: Florian Pelz
Subject: branch master updated: website: base: home: Remove version number from download button.
Date: Sat, 07 Jan 2023 02:28:04 -0500

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new a51b8d4  website: base: home: Remove version number from download 
button.
a51b8d4 is described below

commit a51b8d4cc5a2a1d268edecb2417e728eae8dd2b7
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Sat Jan 7 08:18:43 2023 +0100

    website: base: home: Remove version number from download button.
    
    Discussed at <https://issues.guix.gnu.org/59822#25>.
    
    * website/apps/base/templates/home.scm: Do it.
    
    Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 website/apps/base/templates/home.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/website/apps/base/templates/home.scm 
b/website/apps/base/templates/home.scm
index 8a0bccd..adddd91 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -104,10 +104,9 @@ languages (EDSLs) to "
       (div
        (@ (class "action-box centered-text"))
        ,(button-big
-         #:label (apply string-append
-                        (C_ "button" `("DOWNLOAD v" ,(latest-guix-version) 
"")))
-        #:url (guix-url "download/")
-        #:light #true)
+         #:label (C_ "button" "DOWNLOAD")
+         #:url (guix-url "download/")
+         #:light #true)
        " " ; A space for readability in non-CSS browsers.
        ,(button-big
          #:label (C_ "button" "CONTRIBUTE")



reply via email to

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