mirror of
https://github.com/Threnklyn/Klaus.git
synced 2026-06-01 10:38:28 +02:00
Klaus V2.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
h2 Sign in
|
||||
|
||||
= bootstrap_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
|
||||
= f.email_field :email, autofocus: true
|
||||
= f.password_field :password, autocomplete: "off"
|
||||
|
||||
- if devise_mapping.rememberable?
|
||||
= f.check_box :remember_me
|
||||
= f.submit
|
||||
Reference in New Issue
Block a user