Sha256: bbb2d8cb26e53e877e17710c857784ea2c58d909079b776a78d6234da338c1f0
Contents?: true
Size: 924 Bytes
Versions: 1
Compression:
Stored size: 924 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...', required: true } .form-group %input.form-control.form-control-user{ name: 'password', type: 'password', placeholder: 'Password', required: true } / .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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ditty-0.11.1 | views/auth/identity.haml |