Sha256: ca26ab349163ee608981d32f699d676c09a001a1e2bfd0354845ad55a9bd0f41
Contents?: true
Size: 598 Bytes
Versions: 52
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.right = f.button :submit, "Register" %p.session-link Have an account? = link_to "Sign in!".html_safe, new_user_session_path
Version data entries
52 entries across 52 versions & 1 rubygems