Files
pathfinder/public/templates/form/progress.html
2015-03-30 23:44:28 +02:00

14 lines
485 B
HTML

<div class="{{wrapperClass}}">
{{#headlineRight}}
<small class="pull-right progress-label-right">{{headlineRight}}</small>
{{/headlineRight}}
{{#headline}}
<small>{{headline}}</small>
{{/headline}}
<div class="progress progress-micro">
<div class="progress-bar {{class}}" role="progressbar" aria-valuenow="{{percent}}" aria-valuemin="0" aria-valuemax="100" style="will-change: width; width: {{percent}}%">
</div>
</div>
</div>