// Fixed icon

This commit is contained in:
Damien Metzger
2013-10-25 19:06:03 +02:00
parent 39f6a2354a
commit 6f04df8409
@@ -63,7 +63,7 @@
{if isset($file)}
<a href="{$file}">
<button type="button" class="btn btn-default">
<i class="icon-download"></i>
<i class="icon-cloud-download"></i>
{if isset($size)}{l s='Download current file (%skb)' sprintf=$size}{else}{l s='Download current file'}{/if}
</button>
</a>