brotherton-erpnext/erpnext/templates/form_grid/includes/progress.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
245 B
HTML
Raw Normal View History

2014-07-30 13:02:08 +00:00
<div class="progress" title="{%= title %}"
style="margin-bottom: 4px;">
<div class="progress-bar" role="progressbar"
aria-valuenow="{%= completed %}"
aria-valuemin="0" aria-valuemax="100"
style="width: {%= completed %}%">
</div>
</div>