/ /app/views/shared/_recaptcha.html.haml #recaptcha_widget{:style => "display:none"} .control-group %label.control-label reCAPTCHA .controls %a#recaptcha_image.thumbnail{:href => "#"} %p.help-block To confirm that you are not a bot/computer please fill out the captcha below. .recaptcha_only_if_incorrect_sol{:style => "color:red"} Incorrect please try again .control-group %label.recaptcha_only_if_image.control-label * Enter the words above: %label.recaptcha_only_if_audio.control-label * Enter the numbers you hear: .controls .input-append %input#recaptcha_response_field.input-recaptcha{:name => "recaptcha_response_field", :type => "text"}/ %a.btn{:href => "javascript:Recaptcha.reload()"} %i.icon-refresh %a.btn.recaptcha_only_if_image{:href => "javascript:Recaptcha.switch_type('audio')"} %i.icon-headphones{:title => "Get an audio CAPTCHA"} %a.btn.recaptcha_only_if_audio{:href => "javascript:Recaptcha.switch_type('image')"} %i.icon-picture{:title => "Get an image CAPTCHA"} %a.btn{:href => "javascript:Recaptcha.showhelp()"} %i.icon-question-sign = recaptcha_tags :display => {:theme => 'custom', :custom_theme_widget => 'recaptcha_widget'}