Add hint for users with no groups or contacts
If you have no contacts or groups, display a hint about phone numbers. // FREEBIE
This commit is contained in:
parent
e9949152bb
commit
891a5e54ad
6 changed files with 96 additions and 6 deletions
|
@ -6,7 +6,12 @@
|
|||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.HintView = Whisper.View.extend({
|
||||
className: 'conversation placeholder',
|
||||
templateName: 'hint',
|
||||
initialize: function(options) {
|
||||
this.content = options.content;
|
||||
},
|
||||
render_attributes: function() {
|
||||
return { content: this.content };
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue