fix(dashboard): show country and person on separate lines in recent activity
This commit is contained in:
@@ -126,6 +126,8 @@ new Chart(document.getElementById('chart-received'), {
|
||||
{% else %}
|
||||
<span>← {{ pc.sender_name or '-' }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="recent-meta">
|
||||
<span class="recent-time">
|
||||
{% if pc.status == 'sent' and pc.send_time %}
|
||||
{% set delta = (now.date() - pc.send_time.date()).days %}
|
||||
|
||||
Reference in New Issue
Block a user