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

clarify fontawesome macro

parent 68ad2e95
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,14 @@
</div>
{% endif %}
<div>
<i class="fas fa-{{ {"signup": "address-card", "create": "plus", "transition": "recycle", "password": "lock", "2fa": "qrcode"}[event.category] }} bg-blue"></i>
<i class="fas fa-{{ {
"signup": "address-card",
"create": "plus",
"transition": "recycle",
"password": "lock",
"enable 2fa": "qrcode",
"disable 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