]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/download-button.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / modules / download-button.html
1 <a class="btn btn-primary download-button download-splash" href="{{ escape(image.url) }}">
2 <span class="fa fa-download"></span> {{ _("Download %s") % escape(release.name) }}<br>
3 <small>({{ _("ISO-Image") }} - {{ escape(image.arch) }} - {{ format_size(image.size) }})</small>
4 </a>