From unknown Fri Jun 20 07:19:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42580 <42580@debbugs.gnu.org> To: bug#42580 <42580@debbugs.gnu.org> Subject: Status: [PATCH, website] website: navbar: Move up =?UTF-8?Q?=E2=80=98Help=E2=80=99.?= Reply-To: bug#42580 <42580@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:26 +0000 retitle 42580 [PATCH, website] website: navbar: Move up =E2=80=98Help=E2=80= =99. reassign 42580 guix-patches submitter 42580 Tobias Geerinckx-Rice severity 42580 normal tag 42580 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 08:25:13 2020 Received: (at submit) by debbugs.gnu.org; 28 Jul 2020 12:25:14 +0000 Received: from localhost ([127.0.0.1]:57513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0OfR-00051t-Mc for submit@debbugs.gnu.org; Tue, 28 Jul 2020 08:25:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:37412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0OfM-00051i-UM for submit@debbugs.gnu.org; Tue, 28 Jul 2020 08:25:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0OfM-0008TP-O1 for guix-patches@gnu.org; Tue, 28 Jul 2020 08:25:08 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:34468) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0OfK-0000K5-C1 for guix-patches@gnu.org; Tue, 28 Jul 2020 08:25:08 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id d9f0fb2a for ; Tue, 28 Jul 2020 12:25:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=2018; i=me@tobias.gr; bh=wgJJTBq6i pOshHvOjbvIaCWPcwUwG6BJnfvgY7Umu1s=; b=fbPMG1w+N4cEn0Y41Vx/FVCRk BdyE6HZATCdQxWfPsU2oIiIYZwZSVPHK8WNXGYg+Qp9o16X5OaCBp3a6QCwG7MLe IO4EIoB42aZh2oqUcPEUftOJxNjSVEtxB0Q1Iyvr6QBL03/CpxDNAFcN4SWZQrKD oQTA1lOragtkt0yeqD/biOhZFMI0by72LSiTGYSmtPF7jnjImjTSaivZVHxCV3QD KJbEIuTR/2l2EiTwa5acnzH+RhCDIQtc7oZONP3EsKxaloahenEolak2wBjWWCAJ FZUTn8pu17l5lZkII0J9egYPcgQK4l+DeXWZbvFg8K0x6j5yC6WABNAcPJBcA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f0a8fed6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 28 Jul 2020 12:25:15 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH, website] =?UTF-8?q?website:=20navbar:=20Move=20up=20=E2=80=98Help?= =?UTF-8?q?=E2=80=99.?= Date: Tue, 28 Jul 2020 14:24:52 +0200 Message-Id: <20200728122452.16099-1-me@tobias.gr> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 09:03:44 2020 Received: (at submit) by debbugs.gnu.org; 28 Jul 2020 13:03:45 +0000 Received: from localhost ([127.0.0.1]:57581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0PGi-00088X-L1 for submit@debbugs.gnu.org; Tue, 28 Jul 2020 09:03:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:46996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0PGg-00088Q-Hq for submit@debbugs.gnu.org; Tue, 28 Jul 2020 09:03:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0PGg-0002A7-AN for guix-patches@gnu.org; Tue, 28 Jul 2020 09:03:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49591) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0PGc-0005oV-1s; Tue, 28 Jul 2020 09:03:38 -0400 Received: from [2a01:cb18:832e:5f00:cd85:33f5:211:292b] (port=45482 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k0PGa-0000E5-Du; Tue, 28 Jul 2020 09:03:37 -0400 From: Mathieu Othacehe To: Tobias Geerinckx-Rice via Guix-patches via Subject: Re: [bug#42580] [PATCH, website] website: navbar: Move up =?utf-8?B?4oCYSGVscOKAmS4=?= References: <20200728122452.16099-1-me@tobias.gr> Date: Tue, 28 Jul 2020 15:03:33 +0200 In-Reply-To: <20200728122452.16099-1-me@tobias.gr> (Tobias Geerinckx-Rice via Guix-patches via's message of "Tue, 28 Jul 2020 14:24:52 +0200") Message-ID: <87tuxrhjve.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: 42580@debbugs.gnu.org, Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey Tobias, > No big rational argument, this just makes sense. LGTM, feel free to proceed. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 09:41:01 2020 Received: (at 42580-done) by debbugs.gnu.org; 28 Jul 2020 13:41:01 +0000 Received: from localhost ([127.0.0.1]:57630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Pqn-0000cA-6J for submit@debbugs.gnu.org; Tue, 28 Jul 2020 09:41:01 -0400 Received: from tobias.gr ([80.241.217.52]:47294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Pql-0000c2-BH for 42580-done@debbugs.gnu.org; Tue, 28 Jul 2020 09:41:00 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 3d839d88; Tue, 28 Jul 2020 13:41:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=jpadUDx9EsemPaAEA0nS3m en/NfhciOktwFQt+2z8ok=; b=AIalvsRf2OI8LlMYo7orhlhtNFpX2oDyr4vsar h1V1ewxeLUx8+9LF0AwEc42zJTYBhshcNPEm8QT4ANn4BkVr6BG8MDS39z1ySWRb dKicfe2vePPl+j3LLoArwCWL0OhhtWar5gOyl8N7WjZMpjemguBdkUzbT7a82vju r7AGyne9Y715joLilLZMzx5jInyuZrULQWJXmAskif2I4qNViGUoV7Jfg+EftDjv piQQBqRNsjBJSUQRzQUxWAptG556UqjQjQdanoY+kO2MXalhlux42eFLRUYy11tU fLNyVys79JUg7cjJCHaX6MzAYqdaYOtOfV+oEMOXfTsmGkZg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 7ab1bf41 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 28 Jul 2020 13:41:14 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Mathieu Othacehe Subject: Re: [bug#42580] [PATCH, website] website: navbar: Move up =?utf-8?B?4oCYSGVscOKAmS4=?= References: <20200728122452.16099-1-me@tobias.gr> <87tuxrhjve.fsf@gnu.org> In-reply-to: <87tuxrhjve.fsf@gnu.org> Date: Tue, 28 Jul 2020 15:40:59 +0200 Message-ID: <87r1svzris.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42580-done Cc: 42580-done@debbugs.gnu.org, Tobias Geerinckx-Rice via Guix-patches via X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Mathieu Othacehe =E5=86=99=E9=81=93=EF=BC=9A > LGTM, feel free to proceed. Thanks! Pushed as=20 guix-artwork/294399ad4c41ba359cd04d51429ef37950f1d203. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXyAq6wAKCRANsP+IT1Vt eZJDAQDiOiU6kMJ65uKJYx6PiAzjAw8QQ8XKweKJfgX3t3xCQAEAhp+P2VtF5dbJ 6ebNX4QvoPQp7oJChwW6mgBFbvyMaQo= =e/8O -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:19:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 Aug 2020 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator