1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/includes/contactListItem.jade
2013-12-31 15:02:07 -08:00

9 lines
197 B
Plaintext

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