Sha256: 35a3b96846c7522e8d58e02661de2402a08323921732317c11b04ac4a46c26ca

Contents?: true

Size: 689 Bytes

Versions: 9

Compression:

Stored size: 689 Bytes

Contents

= simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
  .form-actions
    .center
      %p
        = btn_link_to "Continue with My MLH »".html_safe, user_mlh_omniauth_authorize_path
      %p
        %em or use an account:
  .form-inputs
    = f.input :email, required: false, input_html: { autofocus: true }
    = f.input :password, required: false
    = f.input :remember_me, as: :boolean if devise_mapping.rememberable?
  .form-actions{class:'center'}
    = f.button :submit, "Sign In"
    %p
      Need an account?
      = link_to "Sign Up".html_safe, new_user_registration_path
      \-
      = link_to "Forgot password", new_user_password_path

Version data entries

9 entries across 9 versions & 1 rubygems

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