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 %}
|
{% 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user