mirror of https://github.com/snachodog/mybuddy.git
Remove strong from Diaper Changes types card solid figure.
This commit is contained in:
parent
a01b02b832
commit
a3fe999660
|
@ -21,7 +21,7 @@
|
|||
<div class="progress-bar bg-secondary lead"
|
||||
role="progressbar"
|
||||
style="width: {{ info.solid_pct }}%;">
|
||||
<strong>{{ info.solid|floatformat:'0' }}</strong> solid</div>
|
||||
{{ info.solid|floatformat:'0' }} solid</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="text-center text-light small">
|
||||
|
|
Loading…
Reference in New Issue