Add title bar label to new conversation view

This commit is contained in:
lilia 2015-01-26 12:04:46 -10:00
parent d26dc8c7e6
commit b1ad04298f
4 changed files with 34 additions and 10 deletions

View file

@ -47,7 +47,7 @@
}.bind(this));
},
events: {
'click .back': 'hideCompose',
'click .back button': 'hideCompose',
'click .fab': 'showCompose',
'keyup input.new-message': 'compose',
'open .contact': 'openConversation'