diff options
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 782ed757..eb58e8db 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -88,9 +88,6 @@ {% endwith %} {% endfor %} </table> - - <p class="center"><a href="{% url mirrorlist %}">Update your mirrorlist</a> <img src="/media/new.png" alt="New" /></p> - </div> <div id="nav-sidebar" class="widget"> @@ -138,6 +135,8 @@ <h4>Development</h4> <ul> + <li><a href="{% url mirrorlist %}" + title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> <li><a href="/packages/" title="View/search the package repository database">Packages</a></li> <li><a href="http://bugs.archlinux.org/" |