diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-12 17:08:29 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-18 21:26:38 +0100 |
commit | 9cdc536fffc9e77903892c2b14e9462a6ec94ee5 (patch) | |
tree | 9dd56ad147f38867f63c24a3c79bc28e38fc5cd0 /templates/packages/groups.html | |
parent | ecb24ab66a9d0a03ad021d23d4fa543f8163ef3e (diff) | |
download | archweb-9cdc536fffc9e77903892c2b14e9462a6ec94ee5.tar.gz archweb-9cdc536fffc9e77903892c2b14e9462a6ec94ee5.tar.xz |
Add arch-specific group overview pages
This is easy enough to refactor and support with our current infrastructure
and group-fetching functions.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/groups.html')
-rw-r--r-- | templates/packages/groups.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/groups.html b/templates/packages/groups.html index 8a96b7e..87316a3 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -1,10 +1,10 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Package Groups{% endblock %} +{% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %} <div class="box"> - <h2>Package Groups Overview</h2> + <h2>Package Groups Overview{% if arch %} - {{ arch }}{% endif %}</h2> <table class="results"> <thead> <tr> |