The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

16 lines
467 B

  1. - content_for :page_title do
  2. = t('auth.confirm_email')
  3. = simple_form_for(current_user, as: 'user', url: finish_signup_path, html: { role: 'form'}) do |f|
  4. - if @show_errors && current_user.errors.any?
  5. #error_explanation
  6. - current_user.errors.full_messages.each do |msg|
  7. = msg
  8. %br
  9. .fields-group
  10. = f.input :email, wrapper: :with_label, required: true, hint: false
  11. .actions
  12. = f.submit t('auth.confirm_email'), class: 'button'