diff options
Diffstat (limited to 'root/html')
-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 %] |