diff options
author | Dan McGee <dan@archlinux.org> | 2014-09-01 23:16:44 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-09-01 23:16:44 +0200 |
commit | a8ceba34299cca271ddf433bf7618aa98e56cc36 (patch) | |
tree | 18b60a477ad4d6126823902ce132d86e2954bd32 /templates/mirrors/url_details.html | |
parent | 9335d3330b2cee8065cbd46eb71a7ebc50b4b037 (diff) | |
download | archweb-master.tar.gz archweb-master.tar.xz |
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/url_details.html')
-rw-r--r-- | templates/mirrors/url_details.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html index 201e189..557a1b7 100644 --- a/templates/mirrors/url_details.html +++ b/templates/mirrors/url_details.html @@ -18,6 +18,10 @@ <td>{% if url.protocol.is_download %}<a href="{{ url.url }}">{{ url.url }}</a>{% else %}{{ url.url }}{% endif %}</td> </tr> <tr> + <th>Mirror:</th> + <td><a href="../">{{ url.mirror.name }}</a></td> + </tr> + <tr> <th>Protocol:</th> <td>{{ url.protocol }}</td> </tr> |