%h1 #{I18n.t('popup.headers.add_contact')}
%form{ action: '#' }
  %label{for: 'jid'}
    %strong Jabber ID
  %input{type: 'text', name: 'jid', class: 'text', placeholder: 'nick@example.com'}

  %input{type: 'submit', value: "Send friend request", class: 'button'}