%h1 #{I18n.t('popup.headers.friend_request')}
%form{ action: '#' }
  %strong #{@new_contact}
  #{I18n.t('popup.friend_request.question')}
  %br
  %input.left{type: 'submit', value: "#{I18n.t('popup.friend_request.answer_yes')}", name: '1', class: 'button', style: 'width: 60%'}
  %input.close.inactive{type: 'button', value: "#{I18n.t('popup.friend_request.answer_yes')}", style: 'width: 30%; padding: 0'}