Skip to content
Snippets Groups Projects
Verified Commit c8f3d8a3 authored by ornanovitch's avatar ornanovitch
Browse files

add missing timeline icon

parent 052c43d6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
</div>
{% endif %}
<div>
<i class="fas fa-{{ {"signup": "address-card", "create": "plus", "transition": "recycle", "password": "lock"}[event.category] }} bg-blue"></i>
<i class="fas fa-{{ {"signup": "address-card", "create": "plus", "transition": "recycle", "password": "lock", "2FA": "qrcode"}[event.category] }} bg-blue"></i>
<div class="timeline-item">
<span class="time"><i class="fas fa-clock"></i> {{ event.created_at.time().strftime("%H:%M") }}</span>
<h3 class="timeline-header">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment