diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-30 14:07:35 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-30 14:07:35 -0600 |
commit | 4590196d79273c49172e2da74e7a7b31e59d7a27 (patch) | |
tree | 5f022bea21d6a44682ad74a1375bdea8171a839c /templates/public | |
parent | 6b8ef446bcd6a1cbc794d0846968e806034d3aad (diff) |
Integrate master key into rest of site
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 854bd447..4bd26f6b 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -170,6 +170,8 @@ <h4>Development</h4> <ul> + <li><a href="{% url page-keys %}" + title="Package/Database signing master keys">Master Keys</a></li> <li><a href="/packages/" title="View/search the package repository database">Packages</a></li> <li><a href="/groups/" |