diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-10-02 13:52:23 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-10-02 13:52:23 +0000 |
commit | 114b46067622cc0c68d007711cf58f74e25411b8 (patch) | |
tree | 85f5fd479cceff5ce552a800fd3f759a80bcace7 | |
parent | a9ade04230fc99e5d12e7bd1af1e2dd31907d15a (diff) | |
download | mgamirrors-114b46067622cc0c68d007711cf58f74e25411b8.tar mgamirrors-114b46067622cc0c68d007711cf58f74e25411b8.tar.gz mgamirrors-114b46067622cc0c68d007711cf58f74e25411b8.tar.bz2 mgamirrors-114b46067622cc0c68d007711cf58f74e25411b8.tar.xz mgamirrors-114b46067622cc0c68d007711cf58f74e25411b8.zip |
- add link to mirror page
-rw-r--r-- | root/html/includes/mirrorslist.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/html/includes/mirrorslist.tt b/root/html/includes/mirrorslist.tt index 0986717..9088a49 100644 --- a/root/html/includes/mirrorslist.tt +++ b/root/html/includes/mirrorslist.tt @@ -34,7 +34,7 @@ <tr> [% urls = db.find_urls({ "hostname" => item.hostname }) %] <td> -[% item.hostname | html %] +<a href="[% c.uri_for('/mirrors', item.hostname) %]">[% item.hostname | html %]</a> </td> <td> [% IF item.name %] |