fix(dashboard): show country and person on separate lines in recent activity

This commit is contained in:
2026-07-07 13:56:07 +08:00
parent 599a95ee12
commit 985010d63c

View File

@@ -126,6 +126,8 @@ new Chart(document.getElementById('chart-received'), {
{% else %} {% else %}
<span>← {{ pc.sender_name or '-' }}</span> <span>← {{ pc.sender_name or '-' }}</span>
{% endif %} {% endif %}
</div>
<div class="recent-meta">
<span class="recent-time"> <span class="recent-time">
{% if pc.status == 'sent' and pc.send_time %} {% if pc.status == 'sent' and pc.send_time %}
{% set delta = (now.date() - pc.send_time.date()).days %} {% set delta = (now.date() - pc.send_time.date()).days %}