You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
- dest ||= nil
|
|
|
|
- if flash[:error].present?
|
|
|
|
#action-message.error
|
|
|
|
.message=_"articles.conference_registration.error.#{flash[:error]}"
|
|
|
|
= form_tag do_confirm_path, class: 'flex-form' do
|
|
|
|
= hidden_field_tag :dest, settings_path if dest.present?
|
|
|
|
= emailfield :email, nil, big: true, required: true
|
|
|
|
= button :continue, value: :confirm_email
|
|
|
|
= recaptcha_execute('login')
|
|
|
|
= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(provider: :facebook, dest: dest), class: [:button, :facebook]
|