diff options
author | Dan McGee <dan@archlinux.org> | 2014-11-05 23:03:43 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-11-05 23:03:43 -0600 |
commit | 9b5eb6ab383dcd090cdbf88a250ecdfd407c3beb (patch) | |
tree | a6f3b8b8d7d418a912a20ec1f98018fc4c83741a /templates | |
parent | 935d801615dd320693d4c85359aab9f12bd91b14 (diff) |
Add torrent/magnet icons to download page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 967d8a6e..cbd7cd73 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -59,9 +59,9 @@ {% if release %}<ul> <li><a href="{{ release.magnet_uri }}" - title="Magnet link">Magnet link for {{ release.version }}</a></li> + title="Magnet link">Magnet link for {{ release.version }} <img width="12" height="12" src="{% static "magnet.png" %}" alt=""/></a></li> <li><a href="{% url 'releng-release-torrent' release.version %}" - title="Download torrent">Torrent for {{ release.version }}</a></li> + title="Download torrent">Torrent for {{ release.version }}<img width="12" height="12" src="{% static "download.png" %}" alt=""/></a></li> </ul>{% endif %} <h3>Netboot</h3> |