%h1 Friend request
%form{ action: '#' }
  %strong #{@new_contact}
  wants to add you to his contacts. Allow?
  %br
  %input.left{type: 'submit', value: "Yes", name: '1', class: 'button', style: 'width: 60%'}
  %input.close.inactive{type: 'button', value: "No", style: 'width: 30%; padding: 0'}