app/assets/javascripts/backbone/templates/popup/add_contact.hamlc
7139f353
 %h1 #{I18n.t('popup.headers.add_contact')}
d3a36a4f
 -if @isFB
   %p #{I18n.t('popup.add_friend.facebook')}
 -else
   %form{ action: '#' }
     %label{for: 'jid'}
       %strong Jabber ID
     %input{type: 'text', name: 'jid', class: 'text', placeholder: 'nick@example.com'}
910e0f23
 
d3a36a4f
     %input{type: 'submit', value: "#{I18n.t('popup.add_friend.send')}", class: 'button'}