Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f1c4d26b0a
@ -129,7 +129,7 @@
|
|||||||
<!-- Streak -->
|
<!-- Streak -->
|
||||||
<div class="col-2" id="streak-{{ habit.id }}" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
<div class="col-2" id="streak-{{ habit.id }}" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
||||||
{% if not habit.streak == 0 %}
|
{% if not habit.streak == 0 %}
|
||||||
{{ habit.streak }}20 🔥
|
{{ habit.streak }} 🔥
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user