[arch-projects] [archweb][PATCH] Added security tracker into navbar
Signed-off-by: Morten Linderud <morten@linderud.pw> --- web/template/cgit/header.html | 1 + web/template/header.php | 1 + 2 files changed, 2 insertions(+) diff --git a/web/template/cgit/header.html b/web/template/cgit/header.html index 0217f2f..2d41870 100644 --- a/web/template/cgit/header.html +++ b/web/template/cgit/header.html @@ -7,6 +7,7 @@ <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li> <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> + <li id="anb-security"><a href="https://security.archlinux.org/" title="Arch Linux Security Tracker">Security</a></li> <li id="anb-aur"><a href="/" title="Arch Linux User Repository">AUR</a></li> <li id="anb-download"><a href="https://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li> </ul> diff --git a/web/template/header.php b/web/template/header.php index 874109a..48d2654 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -24,6 +24,7 @@ <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li> <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> + <li id="anb-security"><a href="https://security.archlinux.org/" title="Arch Linux Security Tracker">Security</a></li> <li id="anb-aur"><a href="/" title="Arch Linux User Repository">AUR</a></li> <li id="anb-download"><a href="https://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li> </ul> -- 2.11.0
On 01/19/17 at 11:28pm, Morten Linderud wrote:
Signed-off-by: Morten Linderud <morten@linderud.pw> --- web/template/cgit/header.html | 1 + web/template/header.php | 1 +
This patch should go to aur-dev@archlinux.org, since it's touching the AUR and not archweb. Archweb is the django website which is written in Python :) [1] [1] https://git.archlinux.org/archweb.git/ -- Jelle van der Waa
On 20/01, Jelle van der Waa wrote:
On 01/19/17 at 11:28pm, Morten Linderud wrote:
Signed-off-by: Morten Linderud <morten@linderud.pw> --- web/template/cgit/header.html | 1 + web/template/header.php | 1 +
This patch should go to aur-dev@archlinux.org, since it's touching the AUR and not archweb. Archweb is the django website which is written in Python :) [1]
(Though the changes should happen in both.) -- Sincerely, Johannes Löthberg PGP Key ID: 0x50FB9B273A9D0BB5 https://theos.kyriasis.com/~kyrias/
On Sun, Jan 22, 2017 at 07:30:59PM +0100, Johannes Löthberg via arch-projects wrote:
On 20/01, Jelle van der Waa wrote:
On 01/19/17 at 11:28pm, Morten Linderud wrote:
Signed-off-by: Morten Linderud <morten@linderud.pw> --- web/template/cgit/header.html | 1 + web/template/header.php | 1 +
This patch should go to aur-dev@archlinux.org, since it's touching the AUR and not archweb. Archweb is the django website which is written in Python :) [1]
(Though the changes should happen in both.)
(Has patches for everything. Global Game Jam just got inn the way) -- Morten Linderud PGP: 9C02FF419FECBE16
Em janeiro 20, 2017 6:27 Jelle van der Waa escreveu:
This patch should go to aur-dev@archlinux.org, since it's touching the AUR and not archweb. Archweb is the django website which is written in Python :) [1]
I made a patch for the index.html template too, to put a link to the security tracker. At first I've put it under Development section. I don't think just having a Security section with just one link is good though. So, since it is (probably) going into the navbar, do we even want it in the index.html? Cheers, Giancarlo Razzolini
participants (4)
-
Giancarlo Razzolini
-
Jelle van der Waa
-
Johannes Löthberg
-
Morten Linderud