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.
9 lines
418 B
9 lines
418 B
= render :partial => 'application/header', :locals => {:image_file => 'grafitti.jpg'}
|
|
%article
|
|
= row do
|
|
= columns do
|
|
%h2=_'articles.conference_registration.headings.Enter_Your_Email'
|
|
%p=_'articles.conference_registration.paragraphs.provide_email', :p
|
|
= form_tag oauth_save_path, class: 'flex-form' do
|
|
= emailfield :email, nil, required: true, big: true
|
|
= button_tag :save, value: :save
|
|
|