diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-27 20:24:34 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-28 00:33:03 -0600 |
commit | 3227db7b47c8eae59a5139fc7f3486365469045b (patch) | |
tree | 719b7bbf45672f131e7bc1e21246661aa5809565 /templates/public | |
parent | 416798b10afbeb601cffc0fd4cd556bcd767419c (diff) |
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 55298ae3..0be4f18c 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' %}" |