Sha256: 2ba318f30218b7f3d2c771d839d2d25ea5c7fae3651744ce7398a4c034bc15a5
Contents?: true
Size: 892 Bytes
Versions: 4
Compression:
Stored size: 892 Bytes
Contents
= form_tag("#{settings.map_path}/auth/identity/callback", attributes: { class: 'user' }) do .form-group %input.form-control.form-control-user{ name: 'username', type: 'email', 'aria-describedby': 'emailHelp', placeholder: 'Enter Email Address...' } .form-group %input.form-control.form-control-user{ name: 'password', type: 'password', placeholder: 'Password' } / .form-group / .custom-control.custom-checkbox.small / <input type="checkbox" class="custom-control-input" id="customCheck"> / <label class="custom-control-label" for="customCheck">Remember Me</label> %button.btn.btn-primary.btn-user.btn-block{ type: 'submit' } Log In %hr .text-center %a.small{ href: "#{settings.map_path}/auth/forgot-password" } Forgot Password? - if policy(::Ditty::User).register? .text-center %a.small{ href: "#{settings.map_path}/auth/register" } Create an Account!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ditty-0.10.2 | views/auth/identity.haml |
ditty-0.10.1 | views/auth/identity.haml |
ditty-0.9.1 | views/auth/identity.haml |
ditty-0.9.0 | views/auth/identity.haml |