14 lines
485 B
HTML
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> |