Sha256: 79650edbd14cc62ba78aa43c8118d863c39aad7b909a0af7bfa782fcd6f09609

Contents?: true

Size: 598 Bytes

Versions: 9

Compression:

Stored size: 598 Bytes

Contents

= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
  .form-actions
    .center
      = btn_link_to "Continue with My MLH »".html_safe, user_mlh_omniauth_authorize_path
      %p
        %em or create an account:
  .form-inputs
    = f.input :email, required: true, autofocus: true
    = f.input :password, required: true
    = f.input :password_confirmation, required: true, label:"Confirm"
  .form-actions
    .center
      = f.button :submit, "Sign up"
    %p.center
      Already applied?
      = link_to "Sign In".html_safe, new_user_session_path

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hackathon_manager-0.4.4 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.4.3 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.4.2 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.4.1 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.4.0 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.3.3 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.3.2 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.3.1 app/views/devise/registrations/_form.html.haml
hackathon_manager-0.3.0 app/views/devise/registrations/_form.html.haml