app/assets/javascripts/backbone/templates/popup/friend_request.hamlc
910e0f23
 %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'}