summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/url_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mirrors/url_details.html')
-rw-r--r--templates/mirrors/url_details.html4
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>