GNU bug report logs -
#59822
[PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button.
Previous Next
Full log
View this message in rfc822 format
Hello (
"( via Guix-patches" via <guix-patches <at> gnu.org> writes:
> * website/apps/base/templates/home.scm (home-t)[#:content]: Add a
> 'DOWNLOAD LATEST' button.
Good idea.
Would you add a copyright line or copyright disclaimer line and send an
updated patch?
> #:label (apply string-append
> (C_ "button" `("DOWNLOAD v" ,(latest-guix-version) "")))
> […]
> " " ; A space for readability in non-CSS browsers.
> + ,(button-big
> + #:label (apply string-append
> + (C_ "button" `("DOWNLOAD LATEST")))
In the DOWNLOAD LATEST button, could you remove the (apply string-append
and its now unmatched parenthesis?
It is a trick to concatenate the translations for "DOWNLOAD v", the
latest-guix-version and the translation for "". But for "DOWNLOAD
LATEST", it is unneeded.
And maybe untabify the lines you change.
Other than that, LGTM, thank you!
Regards,
Florian
This bug report was last modified 2 years and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.