diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-26 09:58:43 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-26 09:59:37 -0500 |
commit | c426fbebb786f4b33fd701f37372c30ebfed796a (patch) | |
tree | 9fdf95b9f481cd76f49922a1bf142ea86f907095 /templates/packages/files.html | |
parent | 277117ba34204995efac766b715fe62270a5e908 (diff) |
Highlight 'Packages' in navbar when browsing packagesrelease_2010-05-26
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 <dan@archlinux.org>
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r-- | templates/packages/files.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html index 7dc111b4..ebdfb9cf 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package File List{% endblock %} +{% block navbarclass %}anb-packages{% endblock %} {% block content %} <div id="pkgdetails" class="box"> |