app/assets/javascripts/backbone/templates/popup/friend_request.hamlc
7139f353
 %h1 #{I18n.t('popup.headers.friend_request')}
910e0f23
 %form{ action: '#' }
   %strong #{@new_contact}
7139f353
   #{I18n.t('popup.friend_request.question')}
910e0f23
   %br
7139f353
   %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'}