emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42580: closed ([PATCH, website] website: navbar: Move up ‘Help’.)


From: GNU bug Tracking System
Subject: bug#42580: closed ([PATCH, website] website: navbar: Move up ‘Help’.)
Date: Tue, 28 Jul 2020 13:41:02 +0000

Your message dated Tue, 28 Jul 2020 15:40:59 +0200
with message-id <87r1svzris.fsf@nckx>
and subject line Re: [bug#42580] [PATCH, website] website: navbar: Move up 
‘Help’.
has caused the debbugs.gnu.org bug report #42580,
regarding [PATCH, website] website: navbar: Move up ‘Help’.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42580: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42580
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH, website] website: navbar: Move up ‘Help’. Date: Tue, 28 Jul 2020 14:24:52 +0200
* website/apps/base/templates/components.scm (navbar): Move ‘Help’.
---

No big rational argument, this just makes sense.

 website/apps/base/templates/components.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/templates/components.scm 
b/website/apps/base/templates/components.scm
index 404d59f..285773b 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -405,6 +405,7 @@ manual.
                            (menu-item #:label "Latest"
                                       #:active-item active-item
                                       #:url (guix-url "download/latest/")))))
+      ,(C_ "website menu" (menu-item #:label "Help" #:active-item active-item 
#:url (guix-url "help/")))
       ,(C_ "website menu" (menu-item #:label "Packages" #:active-item 
active-item #:url (guix-url "packages/")))
       ,(C_ "website menu" (menu-item #:label "Blog" #:active-item active-item 
#:url (guix-url "blog/")))
 
@@ -414,7 +415,6 @@ manual.
          (C_ "website menu" (menu-item #:label "Videos" #:active-item 
active-item #:url (guix-url "videos/")))
          (C_ "website menu" (menu-item #:label "Screenshots" #:active-item 
active-item #:url (guix-url "screenshots/")))))
 
-      ,(C_ "website menu" (menu-item #:label "Help" #:active-item active-item 
#:url (guix-url "help/")))
       ,(C_ "website menu" (menu-item #:label "Donate" #:active-item 
active-item #:url (guix-url "donate/")))
 
       ,(menu-dropdown #:label (C_ "website menu" "About") #:active-item 
active-item
-- 
2.27.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42580] [PATCH, website] website: navbar: Move up ‘Help’. Date: Tue, 28 Jul 2020 15:40:59 +0200
Mathieu Othacehe 写道:
LGTM, feel free to proceed.

Thanks! Pushed as guix-artwork/294399ad4c41ba359cd04d51429ef37950f1d203.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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