diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-28 03:24:34 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-28 07:33:03 +0100 |
commit | 3227db7b47c8eae59a5139fc7f3486365469045b (patch) | |
tree | 719b7bbf45672f131e7bc1e21246661aa5809565 /templates/public | |
parent | 416798b10afbeb601cffc0fd4cd556bcd767419c (diff) | |
download | archweb-3227db7b47c8eae59a5139fc7f3486365469045b.tar.gz archweb-3227db7b47c8eae59a5139fc7f3486365469045b.tar.xz |
Make link to mirror overview list public
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 55298ae..0be4f18 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -154,6 +154,8 @@ <ul> <li><a href="{% url 'mirrorlist' %}" title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> + <li><a href="{% url 'mirror-list' %}" + title="See a listing of all available mirrors">Mirror List</a></li> <li><a href="{% url 'mirror-status' %}" title="Check the status of all known mirrors">Mirror Status</a></li> <li><a href="{% url 'packages-differences' %}" |