Sha256: d7a7a56d724bb8ed39308359982291dea1b1e3a3d213ad5363e8ab678afa9571
Contents?: true
Size: 689 Bytes
Versions: 1
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 "Sign in using 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.2.0 | app/views/devise/sessions/_form.html.haml |