]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/progress-bar.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / modules / progress-bar.html
1 <div class="progress">
2 <div class="progress-bar {% if colour %}{{ "progress-bar-%s" % colour }}{% end %}"
3 role="progressbar" aria-valuenow="{{ "%.0f" % value }}"
4 aria-valuemin="0" aria-valuemax="100" style="width: {{ "%.2f" % value }}%;">
5 {{ "%.2f" % value }}%
6 </div>
7 </div>