* Icon for ISOs.

This commit is contained in:
Eelco Dolstra 2008-12-17 15:59:28 +00:00
parent 6cb58ef581
commit 7d2e5c8206
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,8 @@
<img src="/static/images/rpm.png" alt="RPM" /> RPM package <tt>[% product.name %]</tt>
[% CASE "deb" %]
<img src="/static/images/debian.png" alt="RPM" /> Debian package <tt>[% product.name %]</tt>
[% CASE "iso" %]
<img src="/static/images/iso.png" alt="ISO" /> ISO-9660 CD/DVD image <tt>[% product.name %]</tt>
[% CASE DEFAULT %]
File <tt>[% product.name %]</tt> of type <tt>[% product.subtype %]</tt>
[% END %]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB