Default avatars

Someday you'll be able to edit your avatar. Until then, put a bird on
it.
This commit is contained in:
lilia 2014-10-29 13:25:16 -07:00
parent 245dc5b248
commit 987744cd79
5 changed files with 7 additions and 1 deletions

View file

@ -34,6 +34,7 @@ var Whisper = Whisper || {};
this.$el.html(
Mustache.render(this.template, {
contact_name: this.model.get('name'),
contact_avatar: this.model.get('image'),
last_message: this.model.get('lastMessage'),
last_message_timestamp: this.formatTimestamp()
})