1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-14 13:35:00 -05:00
kaiwa/clientapp/templates/includes/contactListItem.jade
2013-09-27 09:53:00 +02:00

9 lines
180 B
Plaintext

li.contact
img.avatar(src=contact.avatar)
.user
span.name=contact.displayName
span.idleTime=contact.idleSince
.unread=contact.unreadCount
.status=contact.status