%h1 #{I18n.t('popup.headers.add_contact')}
-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'}

    %input{type: 'submit', value: "#{I18n.t('popup.add_friend.send')}", class: 'button'}