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

9 lines
197 B
Plaintext
Raw Normal View History

2013-08-20 13:45:06 -04:00
li.contact
.wrap
img.avatar(src=contact.avatar)
.user
span.name=contact.displayName
span.idleTime=contact.idleSince
.unread=contact.unreadCount
.status=contact.status