feat: show percent on hover

This commit is contained in:
Cory Dransfeldt 2024-07-03 13:12:43 -07:00
parent 84b92af08f
commit 44cd28b408
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% if percentage %}
<div class="progress-bar-wrapper">
<div class="progress-bar-wrapper" title="{{ percentage }}">
<div style="width:{{ percentage }}" class="progress-bar"></div>
</div>
{% endif %}