.col-xs-12.col-sm-4 = simple_form_for @user, validate: true, turboboost: true do |f| = link_to auth_at_provider_path(:provider => :linkedin), class: :lp3, id: 'linkedin-auth' do = image_tag 'linkedin.png', width: '150px' | Or fill in your registration information manually. = f.input :invitation_token, as: :hidden = f.input :name, label: false = f.input :last_name, label: false = f.input :email, label: false = f.input :password, label: false, validate: true = f.input :password_confirmation, label: false, validate: true = f.input :phone, label: false | By clicking Join Now, you are agreeing to our = link_to 'Terms of Use ', terms_path, class: :login, target: :_blank | and = link_to 'Privacy Policy', privacy_path, class: :login, target: :_blank = f.button :submit, 'Join Now', class: 'signup-button btn-block'