]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/progress-bar.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / modules / progress-bar.html
CommitLineData
66862195
MT
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>