Default avatars
Someday you'll be able to edit your avatar. Until then, put a bird on it.
This commit is contained in:
parent
245dc5b248
commit
987744cd79
5 changed files with 7 additions and 1 deletions
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue