From c426fbebb786f4b33fd701f37372c30ebfed796a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 26 May 2010 09:58:43 -0500 Subject: Highlight 'Packages' in navbar when browsing packages Get this working by doing some class business with CSS in order to highlight the correct tab. I had to add some stuff to a variety of pages but it should be working correctly now. Addresses FS#19591. Signed-off-by: Dan McGee --- templates/public/download.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 0622409..77131a6 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% block title %}Arch Linux - Downloads{% endblock %} +{% block navbarclass %}anb-download{% endblock %} {% block content %}
-- cgit v1.2.3-24-g4f1b